summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-06-04 21:22:45 -0400
committerAlex Goodman <wagoodman@gmail.com>2018-06-04 21:30:17 -0400
commitd78abce2e6f04b07e971715854ab4a5c487b3105 (patch)
treec1ee363996caa8af65a1d31f18e8aa8991d8c44f /.gitignore
parented62646bac4cf5d96b6d47894d7a29b15ced4341 (diff)
refactor project structure; use subpackages
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index fac93dd..79dd381 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-.idea
+/.idea
# Binaries for programs and plugins
*.exe
@@ -13,4 +13,7 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
-image
+/build
+/_vendor*
+/vendor
+/.image