loosecannon Public
| 1 | # Dependencies |
| 2 | node_modules/ |
| 3 | package-lock.json |
| 4 | |
| 5 | # Environment files |
| 6 | .env |
| 7 | .env.local |
| 8 | .env.production |
| 9 | |
| 10 | # Build outputs |
| 11 | web-ext-artifacts/ |
| 12 | dist/ |
| 13 | build/ |
| 14 | |
| 15 | # IDE |
| 16 | .vscode/ |
| 17 | .idea/ |
| 18 | *.swp |
| 19 | *.swo |
| 20 | .DS_Store |
| 21 | |
| 22 | # Logs |
| 23 | *.log |
| 24 | npm-debug.log* |
| 25 | |
| 26 | # Firefox profiles |
| 27 | firefox-profile/ |
| 28 | loosecannon-profile/ |
| 29 | |
| 30 | # Temporary files |
| 31 | tmp/ |
| 32 | temp/ |
| 33 | *.tmp |
| 34 | |
| 35 | # Conversation logs (privacy) |
| 36 | conversations/ |
| 37 | logs/ |