diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2cb2a205e5..6cf366df6c 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,8 @@ coverage.all /public/css /public/fonts /public/img/webpack +/web_src/fomantic/node_modules +/web_src/fomantic/semantic.json /web_src/fomantic/build/* !/web_src/fomantic/build/semantic.js !/web_src/fomantic/build/semantic.css @@ -93,6 +95,7 @@ coverage.all !/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 /VERSION /.air +/.npm-cache # Snapcraft snap/.snapcraft/ |