mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
3914a14a2a
- All files within the `.vscode/` directory are ignored except for `settings.json`, `tasks.json`, and `launch.json`.
19 lines
214 B
Plaintext
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
|