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 d3ba55987b
commit a0c1b09d32
2 changed files with 6 additions and 5 deletions
+4 -1
View File
@@ -1 +1,4 @@
*
mutn
mutn.exe
libmuttonserver
libmuttonserver.exe
+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