Improve .gitignore of /static directory
This commit is contained in:
parent
82ed60e14f
commit
01de35d5f4
1 changed files with 8 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/static/
|
|
||||||
/tmp/
|
/tmp/
|
||||||
/build/
|
/build/
|
||||||
/coverage/
|
/coverage/
|
||||||
|
@ -8,3 +7,11 @@
|
||||||
/deploy.sh
|
/deploy.sh
|
||||||
/.vs/
|
/.vs/
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
/static/packs
|
||||||
|
/static/emoji
|
||||||
|
/static/index.html
|
||||||
|
/static/instance/**
|
||||||
|
!/static/instance/**.example
|
||||||
|
!/static/instance/**.example.*
|
||||||
|
!/static/instance/**.example/**
|
||||||
|
|
Loading…
Reference in a new issue