1
0
forked from x/ContextOS

opt .gitignore

This commit is contained in:
shaoying 2020-02-03 14:24:31 +08:00
parent 42011b19bb
commit 117a9114dd

8
.gitignore vendored
View File

@ -1,9 +1,8 @@
error.log error.log
usr/publish usr/publish
var/ var/
pkg/ pkg/
*.swp
*.swo
# Binaries for programs and plugins # Binaries for programs and plugins
*.exe *.exe
*.dll *.dll
@ -18,3 +17,8 @@ pkg/
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/ .glide/
*.swp
*.swo
.DS_Store