Skip to content

Commit 74aad65

Browse files
Ignore *.txt and *.log files
These are typically working files
1 parent 9e09fb9 commit 74aad65

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)