24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
# Dependencies
|
|
**/node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
*.rlog
|
|
npm-debug.log*
|
|
|
|
# Environment files
|
|
**/*.env
|
|
**/environment.env
|
|
|
|
# Build output
|
|
**/dist/
|
|
**/build/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Ignore ._ (dot-underscore) files, AppleDouble metadata files created by macOS when it stores extended attributes on a file system that doesn't
|
|
# fully support them, such as a non-native format or certain network shares. More info: https://share.google/aimode/8keKyLbP0y54HUkGG
|
|
._*
|