| 1 | # IDE |
| 2 | .idea/ |
| 3 | .vscode/ |
| 4 | *.swp |
| 5 | |
| 6 | # Gradle (JetBrains plugin) |
| 7 | ide/jetbrains/.gradle/ |
| 8 | ide/jetbrains/build/ |
| 9 | ide/jetbrains/.intellijPlatform/ |
| 10 | ide/jetbrains/.kotlin/ |
| 11 | |
| 12 | # Binaries |
| 13 | /larc |
| 14 | /larcs |
| 15 | !cmd/larcs |
| 16 | !cmd/larc |
| 17 | |
| 18 | # Test artifacts |
| 19 | *.test |
| 20 | coverage.out |
| 21 | |
| 22 | # OS |
| 23 | .DS_Store |
| 24 | |
| 25 | # Local config (don't commit real passwords) |
| 26 | conf/larcs.yaml |
| 27 | conf/htpasswd |
| 28 | .larc |
| 29 | .git |
| 30 | |
| 31 | compile |
| 32 | !cmd/compile |
| 33 | |
| 34 | # XXX nix XXX |
| 35 | result |
| 36 | |