puter/.gitignore
Didi Keke 3914a14a2a chore: update .gitignore settings for VS Code 🚀
- All files within the `.vscode/` directory are ignored except for `settings.json`, `tasks.json`, and `launch.json`.
2024-05-05 08:11:13 +00:00

19 lines
214 B
Plaintext

.DS_Store
node_modules/
*.zip
*.tgz
license.config.json
license-header.txt
dist/
# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
.env
# this is for jetbrain IDEs
.idea/
/puter