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


Loading…
Cancel
Save