Skip to content

Commit 6414243

Browse files
Merge pull request #122 from runcommand/ignore-distribution-files
Generally ignore distribution files
2 parents abb62fd + 9a49655 commit 6414243

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.distignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ circle.yml
88
bin/
99
features/
1010
utils/
11+
*.zip
12+
*.tar.gz

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ composer.lock
33
wp-cli.local.yml
44
node_modules/
55
vendor/
6+
*.zip
7+
*.tar.gz

0 commit comments

Comments
 (0)