Update .gitignore to ignore specific files rather than everything not manually added

This commit is contained in:
2024-07-16 14:17:38 -04:00
parent 3c896b492c
commit 3535368424
2 changed files with 6 additions and 5 deletions
+2 -4
View File
@@ -1,6 +1,4 @@
#!/bin/sh
gofmt -l -w -s ./src/cli/*.go
gofmt -l -w -s ./src/backend/*.go
git add -f completions docs src wiki .gitignore commit.sh go.mod go.sum LICENSE mutn.go libmuttonserver.go README.md
git commit -m "$1"
gofmt -l -w -s ./src/cli/*.go ./src/backend/*.go ./mutn.go ./libmuttonserver.go
git commit -am "$1"
git push