ba-web-components/.gitignore
Alan Bridgeman 5024375e20
Some checks failed
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Failing after 52m26s
Inital code commit
2026-05-13 01:39:35 -05:00

27 lines
No EOL
347 B
Text

# Dependency directories
node_modules/
# Build artifacts
dist/
src/components/client-entry.js
# Playwright Test Artifacts
test-results/
playwright-report/
blob-report/
playwright/.cache/
# IDE / OS Files
.DS_Store
Thumbs.db
.vscode/
.idea/
# Environment Variables
.env
.env.local
# NPM/Yarn Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*