浏览代码

添加忽略文件

张亚军 1 月之前
父节点
当前提交
44225e4015
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      .gitignore

+ 22 - 0
.gitignore

@@ -0,0 +1,22 @@
+# 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/
+.DS_Store
+**/bin
+**/logs
+
+/vendor/
+/um
+/logs/
+/decrypt.go