mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-03 15:47:23 -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
|
#!/bin/sh
|
||||||
gofmt -l -w -s ./src/cli/*.go
|
gofmt -l -w -s ./src/cli/*.go ./src/backend/*.go ./mutn.go ./libmuttonserver.go
|
||||||
gofmt -l -w -s ./src/backend/*.go
|
git commit -am "$1"
|
||||||
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"
|
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user