exclude eslint/stylelint configuration from deployment
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
b245b79bc2
commit
3d25c74e26
@ -5,8 +5,10 @@
|
|||||||
/vendor
|
/vendor
|
||||||
/.distignore
|
/.distignore
|
||||||
/.drone.yml
|
/.drone.yml
|
||||||
|
/.eslintrc.json
|
||||||
/.gitattributes
|
/.gitattributes
|
||||||
/.gitignore
|
/.gitignore
|
||||||
|
/.stylelintrc.json
|
||||||
/.travis.yml
|
/.travis.yml
|
||||||
/composer.json
|
/composer.json
|
||||||
/composer.lock
|
/composer.lock
|
||||||
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,4 +1,5 @@
|
|||||||
/assets export-ignore
|
/assets export-ignore
|
||||||
|
.distignore export-ignore
|
||||||
.drone.yml export-ignore
|
.drone.yml export-ignore
|
||||||
.eslintrc.json export-ignore
|
.eslintrc.json export-ignore
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user