mirror of
https://github.com/HeyPuter/puter
synced 2024-11-13 21:52:23 +00:00
chore: comment and fine tune .gitignore
settings 🔨
This commit is contained in:
parent
05d4a28adc
commit
01b7e523d0
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,19 +1,28 @@
|
||||
# Misc
|
||||
.DS_Store
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
*.zip
|
||||
*.tgz
|
||||
license.config.json
|
||||
license-header.txt
|
||||
|
||||
# Build Outputs
|
||||
dist/
|
||||
|
||||
# VS Code
|
||||
# VS Code IDE
|
||||
.vscode/**/*
|
||||
!.vscode/extensions.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
!.env.example
|
||||
|
||||
# this is for jetbrain IDEs
|
||||
.idea/
|
||||
/puter
|
||||
|
Loading…
Reference in New Issue
Block a user