Skip to content

Commit ba712c1

Browse files
authored
Merge pull request #152 from wp-cli/ignore-txt-log
Ignore `*.txt` and `*.log` files
2 parents 9e09fb9 + 74aad65 commit ba712c1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ utils/
1212
*.zip
1313
*.tar.gz
1414
*.swp
15+
*.txt
16+
*.log

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ vendor/
55
*.zip
66
*.tar.gz
77
*.swp
8+
*.txt
9+
*.log
810
composer.lock

0 commit comments

Comments
 (0)