agmission/.gitignore
Trung Hoang 33e9a486d5
Some checks failed
Sync to SVN / push-to-svn (push) Failing after 12s
Update .gitignore
2026-05-11 22:36:33 +00:00

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
._*