diff options
author | techknowlogick | 2022-01-14 18:16:05 -0500 |
---|---|---|
committer | GitHub | 2022-01-14 18:16:05 -0500 |
commit | 84145e45c50130922fae9055535ab5ea0378e1d4 (patch) | |
tree | fce077a5ae462840bb876ace79aca42abab29ed7 /.gitignore | |
parent | 2b16ca7c773de278ba01f122dc6f9f43d7534c52 (diff) |
Remove golang vendored directory (#18277)
* rm go vendor
* fix drone yaml
* add to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 10d9574f3..98975fab4 100644 --- a/.gitignore +++ b/.gitignore @@ -85,6 +85,7 @@ cpu.out /public/css /public/fonts /public/img/webpack +/vendor /web_src/fomantic/node_modules /web_src/fomantic/build/* !/web_src/fomantic/build/semantic.js |