11033840a7
Co-authored-by: Chris Farhood <chris@farhood.org>
33 lines
296 B
Plaintext
33 lines
296 B
Plaintext
node_modules/
|
|
dist/
|
|
build/
|
|
.headlamp-plugin/
|
|
*.tar.gz
|
|
.env
|
|
.env.local
|
|
.eslintcache
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# E2E
|
|
.env.e2e
|
|
e2e/.auth/state.json
|
|
playwright-report/
|
|
test-results/
|
|
package-lock.json
|