diff --git a/.gitignore b/.gitignore index 8b9bdee..9bfe381 100755 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ logs .DS_Store +lastupdate.tmp \ No newline at end of file diff --git a/install_goget.sh b/install_goget.sh index 8f2d118..2b5787e 100755 --- a/install_goget.sh +++ b/install_goget.sh @@ -2,6 +2,7 @@ #go1.24.1 #remove .idea in remote #git rm -r --cached .idea + git rm -r --cached lastupdate.tmp #export GOPROXY=https://goproxy.io #go get github.com/beego/bee/v2 diff --git a/lastupdate.tmp b/lastupdate.tmp deleted file mode 100755 index 9e3a9fd..0000000 --- a/lastupdate.tmp +++ /dev/null @@ -1 +0,0 @@ -{"/Users/wenfeihuang/go/src/weather/controllers":1664101902922601692} \ No newline at end of file