mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00: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:
+7
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user