max / makenotwork
| 1 | # Build artifacts |
| 2 | /target/ |
| 3 | |
| 4 | # Generated by build.rs (asset fingerprinting) |
| 5 | /templates/_head_assets.html |
| 6 | /templates/_body_scripts.html |
| 7 | /templates/_island.html |
| 8 | |
| 9 | # Environment |
| 10 | .env |
| 11 | .env.* |
| 12 | !.env.example |
| 13 | |
| 14 | # IDE |
| 15 | .idea/ |
| 16 | .vscode/ |
| 17 | *.swp |
| 18 | *.swo |
| 19 | |
| 20 | # macOS |
| 21 | .DS_Store |
| 22 | |
| 23 | # Deploy environment files |
| 24 | deploy/env.* |
| 25 | !deploy/env.example |
| 26 | |
| 27 | # Release artifacts |
| 28 | dist/ |
| 29 |