ScuttleBot
chore: keep bin/ in repo with .gitkeep, ignore contents
Commit
7597cf0c9f6cc8e93eddb601c83e6a7d038379636dec3d2a4acec99a50e9c5d6
Parent
a7a32ea76bd2868…
2 files changed
+2
-1
+2
-1
| --- .gitignore | ||
| +++ .gitignore | ||
| @@ -1,9 +1,10 @@ | ||
| 1 | 1 | data/ |
| 2 | 2 | deploy/compose/.env |
| 3 | 3 | .gocache/ |
| 4 | -bin/ | |
| 4 | +bin/* | |
| 5 | +!bin/.gitkeep | |
| 5 | 6 | *.log |
| 6 | 7 | *.pid |
| 7 | 8 | scuttlebot.yaml |
| 8 | 9 | tests/e2e/ |
| 9 | 10 | tmp-*.sh |
| 10 | 11 | |
| 11 | 12 | ADDED bin/.gitkeep |
| --- .gitignore | |
| +++ .gitignore | |
| @@ -1,9 +1,10 @@ | |
| 1 | data/ |
| 2 | deploy/compose/.env |
| 3 | .gocache/ |
| 4 | bin/ |
| 5 | *.log |
| 6 | *.pid |
| 7 | scuttlebot.yaml |
| 8 | tests/e2e/ |
| 9 | tmp-*.sh |
| 10 | |
| 11 | DDED bin/.gitkeep |
| --- .gitignore | |
| +++ .gitignore | |
| @@ -1,9 +1,10 @@ | |
| 1 | data/ |
| 2 | deploy/compose/.env |
| 3 | .gocache/ |
| 4 | bin/* |
| 5 | !bin/.gitkeep |
| 6 | *.log |
| 7 | *.pid |
| 8 | scuttlebot.yaml |
| 9 | tests/e2e/ |
| 10 | tmp-*.sh |
| 11 | |
| 12 | DDED bin/.gitkeep |
No diff available