1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00
gitignore/VSCode.gitignore
Rajat Khanduri 76e9f72570
Added VSCode.gitignore for MS VSCode
Included almost everything that should be.
2023-03-10 17:42:54 +05:30

36 lines
402 B
Plaintext

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Node.js
node_modules/
package-lock.json
npm-debug.log*
# TypeScript
*.js
*.map
# Compiled files
dist/
out/
lib/
*.min.js
# Logs and databases
*.log
*.sqlite
*.sqlite3
# Other
.DS_Store
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local