retropilot-client/.gitignore

24 lines
209 B
Plaintext
Raw Normal View History

2022-01-05 15:44:00 -07:00
# IDEs
.idea
*.iml
.vscode
.atom
*.swp
2022-01-10 12:47:55 -07:00
*.swo
2022-01-05 15:44:00 -07:00
2022-01-10 12:47:55 -07:00
# NPM
node_modules
2022-01-03 09:30:54 -07:00
2022-01-10 12:47:55 -07:00
# Production
build
2022-01-03 09:30:54 -07:00
2022-01-10 12:47:55 -07:00
# Sensitive data
2022-01-03 09:30:54 -07:00
.env.local
.env.development.local
.env.test.local
.env.production.local
2022-01-10 12:47:55 -07:00
# Miscellaneous
.DS_Store
*.log*