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/
|
||||
/static/
|
||||
/tmp/
|
||||
/build/
|
||||
/coverage/
|
||||
|
@ -8,3 +7,11 @@
|
|||
/deploy.sh
|
||||
/.vs/
|
||||
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