mirror of
https://github.com/github/gitignore.git
synced 2025-04-12 23:59:01 +08:00
Merge 76e9f72570a742fccc252aa449743fc6ff141ad1 into 86d1826a9f3daf4744e7229a26187f81c081744c
This commit is contained in:
commit
95c12260b5
35
VSCode.gitignore
Normal file
35
VSCode.gitignore
Normal 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
|
Loading…
x
Reference in New Issue
Block a user