36 lines
327 B
Plaintext
36 lines
327 B
Plaintext
|
# Dependencies
|
||
|
/node_modules
|
||
|
|
||
|
# Production build
|
||
|
/dist/
|
||
|
|
||
|
# Local environment
|
||
|
.env.local
|
||
|
.env.*.local
|
||
|
|
||
|
# Logs
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
*.log
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea/
|
||
|
.vscode/
|
||
|
*.swp
|
||
|
*.swo
|
||
|
*.swn
|
||
|
|
||
|
# OS specific
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# Cache
|
||
|
.cache/
|
||
|
|
||
|
.notes
|
||
|
*.lock
|
||
|
package-lock.json
|
||
|
|
||
|
|
||
|
assets/fonts
|