We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2c006 commit 2711d70Copy full SHA for 2711d70
.gitignore
@@ -7,3 +7,4 @@ vendor/
7
node_modules/
8
js/*hot-update.*
9
.php_cs.cache
10
+\.vscode/
.vscode/settings.json
Makefile
@@ -99,6 +99,8 @@ appstore: clean composer js
99
--exclude=/issue_template.md \
100
--exclude=/README.md \
101
--exclude=/composer.json \
102
+ --exclude=/node_modules/ \
103
+ --exclude=/src/ \
104
--exclude=/testConfiguration.json \
105
--exclude=/composer.lock \
106
--exclude=/.gitattributes \
0 commit comments