Skip to content

Commit

Permalink
add ignore
Browse files Browse the repository at this point in the history
Signed-off-by: pantianying <601666418@qq.com>
  • Loading branch information
pantianying committed Feb 4, 2020
1 parent b20ba77 commit d532cfe
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
.DS_Store
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

*.idea
*.iml
target/
classes

# vim
*.swp

.DS_Store

0 comments on commit d532cfe

Please sign in to comment.