Browse Source

添加git忽略文件

fix
zhangxin 2 years ago
parent
commit
0816dfdc73
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .gitignore

+ 4
- 1
.gitignore View File

@ -1,6 +1,8 @@
.idea/
.DS_Store
output/
web/public/
log/
# Binaries for programs and plugins
*.exe
@ -8,10 +10,11 @@ output/
*.dll
*.so
*.dylib
*.log
demo*.go
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out


Loading…
Cancel
Save