Skip to content

Commit af609d8

Browse files
committed
exclude eslint/stylelint configuration from deployment
1 parent b245b79 commit af609d8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
/vendor
66
/.distignore
77
/.drone.yml
8+
/.eslintrc.json
89
/.gitattributes
910
/.gitignore
11+
/.stylelintrc.json
1012
/.travis.yml
1113
/composer.json
1214
/composer.lock

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/assets export-ignore
2+
.distignore export-ignore
23
.drone.yml export-ignore
34
.eslintrc.json export-ignore
45
.gitattributes export-ignore

0 commit comments

Comments
 (0)