Skip to content

Commit 2711d70

Browse files
committed
cleaning apps/zip content
1 parent 1d2c006 commit 2711d70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ vendor/
77
node_modules/
88
js/*hot-update.*
99
.php_cs.cache
10+
\.vscode/

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ appstore: clean composer js
9999
--exclude=/issue_template.md \
100100
--exclude=/README.md \
101101
--exclude=/composer.json \
102+
--exclude=/node_modules/ \
103+
--exclude=/src/ \
102104
--exclude=/testConfiguration.json \
103105
--exclude=/composer.lock \
104106
--exclude=/.gitattributes \

0 commit comments

Comments
 (0)