diff options
author | dev <[email protected]> | 2019-05-06 17:26:05 -0400 |
---|---|---|
committer | dev <[email protected]> | 2019-05-06 17:26:05 -0400 |
commit | 8eba582efe2ec8646447d8721a42c486363b3bc2 (patch) | |
tree | 1666bd07871cec60eee07ca9799a6938abfeaa96 /.gitignore | |
parent | fbea3374e96d45b18569a5fe3b86127fd813dbdb (diff) | |
download | caddy-8eba582efe2ec8646447d8721a42c486363b3bc2.tar.gz caddy-8eba582efe2ec8646447d8721a42c486363b3bc2.zip |
Add go module files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b3b97feda..daa29f7db 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ _gitignore/ # mac specific .DS_Store + +# go modules +vendor |