Skip to content

Commit ec66d1d

Browse files
committed
Git: update gitignore
1 parent 2583a8d commit ec66d1d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# IDE
2+
/.idea
3+
4+
# Composer
15
/vendor
2-
/tmp
36
/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)