39 lines
No EOL
342 B
Text
39 lines
No EOL
342 B
Text
# .NET
|
|
**/bin/
|
|
**/obj/
|
|
**/out/
|
|
|
|
# Node
|
|
**/node_modules/
|
|
**/npm-debug.log
|
|
**/dist/
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# IDEs
|
|
**/.vscode/
|
|
**/.idea/
|
|
**/*.swp
|
|
**/*.swo
|
|
|
|
# Environment files
|
|
**/.env
|
|
**/.env.local
|
|
**/.env.*
|
|
|
|
# Testing
|
|
**/coverage
|
|
**/*.test.js
|
|
|
|
# OS files
|
|
**/.DS_Store
|
|
|
|
# Files
|
|
Dockerfile*
|
|
**/*.trx
|
|
**/*.md
|
|
**/*.ps1
|
|
**/*.cmd
|
|
**/*.sh |