diff options
author | Emile <hanemile@protonmail.com> | 2019-02-05 22:47:54 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-02-05 22:47:54 +0100 |
commit | e2ad8113e6e2765e0e70eadadf13bc30fa2a0e35 (patch) | |
tree | 67eb831c387b38cf92dd9b5be301f22427462bf4 /.gitignore | |
parent | 1b466c994778b22a1e5b52f826068184a9596d2a (diff) |
added go module support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d3beee5..854ada8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Folders _obj _test +vendor # Architecture specific extensions/prefixes *.[568vq] |