Skip to content

Commit 68fef16

Browse files
committed
Git: update gitignore
1 parent c7b0fc1 commit 68fef16

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.gitignore

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
vendor/
2-
composer.lock
3-
.idea/
4-
temp/
1+
# IDE
2+
/.idea
3+
4+
# Composer
5+
/vendor
6+
/composer.lock
7+
8+
# Tests
9+
/tests/tmp
10+
/coverage.*
11+
/tests/**/*.log
12+
/tests/**/*.html
13+
/tests/**/*.expected
14+
/tests/**/*.actual

0 commit comments

Comments
 (0)