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