puter/.gitignore

29 lines
320 B
Plaintext
Raw Normal View History

# Misc
2024-03-03 02:39:14 +00:00
.DS_Store
# Dependencies
2024-03-03 02:39:14 +00:00
node_modules/
2024-03-03 02:39:14 +00:00
*.zip
*.tgz
2024-03-03 02:55:45 +00:00
license.config.json
2024-03-04 18:38:51 +00:00
license-header.txt
# Build Outputs
2024-03-09 03:06:14 +00:00
dist/
# VS Code IDE
2024-05-05 20:23:05 +00:00
.vscode/**/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
# Local env files
.env
!.env.example
# this is for jetbrain IDEs
2024-03-31 09:18:03 +00:00
.idea/
/puter