This commit is contained in:
Rajat Khanduri 2023-03-10 13:14:37 +01:00 committed by GitHub
commit cc640dc343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

35
VSCode.gitignore Normal file
View File

@ -0,0 +1,35 @@
# 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