mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
chore: update .gitignore
settings for VS Code 🚀
- All files within the `.vscode/` directory are ignored except for `settings.json`, `tasks.json`, and `launch.json`.
This commit is contained in:
parent
2949f71691
commit
3914a14a2a
8
.gitignore
vendored
8
.gitignore
vendored
@ -5,7 +5,13 @@ node_modules/
|
||||
license.config.json
|
||||
license-header.txt
|
||||
dist/
|
||||
.vscode/
|
||||
|
||||
# VS Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
|
||||
.env
|
||||
# this is for jetbrain IDEs
|
||||
.idea/
|
||||
|
Loading…
Reference in New Issue
Block a user