mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-27 20:36:29 -04:00
Update .gitignore to ignore specific files rather than everything not manually added
This commit is contained in:
+4
-1
@@ -1 +1,4 @@
|
||||
*
|
||||
mutn
|
||||
mutn.exe
|
||||
libmuttonserver
|
||||
libmuttonserver.exe
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user