diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 4 insertions, 16 deletions
| @@ -1,19 +1,4 @@ | |||
| 1 | # Binaries | 1 | # Editors |
| 2 | /ship | ||
| 3 | /ship-new | ||
| 4 | *.exe | ||
| 5 | *.dll | ||
| 6 | *.so | ||
| 7 | *.dylib | ||
| 8 | bin/ | ||
| 9 | |||
| 10 | # Test binary | ||
| 11 | *.test | ||
| 12 | |||
| 13 | # Go workspace file | ||
| 14 | go.work | ||
| 15 | |||
| 16 | # IDE | ||
| 17 | .vscode/ | 2 | .vscode/ |
| 18 | .idea/ | 3 | .idea/ |
| 19 | *.swp | 4 | *.swp |
| @@ -22,3 +7,6 @@ go.work | |||
| 22 | 7 | ||
| 23 | # Claude local settings | 8 | # Claude local settings |
| 24 | .claude/ | 9 | .claude/ |
| 10 | |||
| 11 | # Syncthing conflict files | ||
| 12 | *.sync-conflict-* | ||
