svrrouter/.gitignore

21 lines
229 B
Text
Raw Permalink Normal View History

2025-01-01 18:09:15 +01:00
# Dependencies
node_modules/
2025-01-02 10:52:54 +01:00
# Test coverage
/coverage/
2025-01-01 18:09:15 +01:00
# ESLint cache
.eslintcache
# Build directories
/dist/
2025-01-02 10:52:54 +01:00
# OS-specific files
.DS_Store
Thumbs.db
.Spotlight-V100
.Trashes
# Temporary files used by the editor
*.swp
*.swo