We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b245b79 commit af609d8Copy full SHA for af609d8
.distignore
@@ -5,8 +5,10 @@
5
/vendor
6
/.distignore
7
/.drone.yml
8
+/.eslintrc.json
9
/.gitattributes
10
/.gitignore
11
+/.stylelintrc.json
12
/.travis.yml
13
/composer.json
14
/composer.lock
.gitattributes
@@ -1,4 +1,5 @@
1
/assets export-ignore
2
+.distignore export-ignore
3
.drone.yml export-ignore
4
.eslintrc.json export-ignore
.gitattributes export-ignore
0 commit comments