Skip to content

Commit 18d23b7

Browse files
authored
Merge pull request #141 from andreaswolf/exclude-idea
[TASK] Exclude .idea folder
2 parents 08c0141 + 788af16 commit 18d23b7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitignore

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
.phpunit.result.cache
2-
./run-test.sh
3-
.run-test.sh
4-
/composer.lock
1+
/.idea/
52
/vendor/
6-
.phpunit.cache
3+
/run-test.sh
4+
/.run-test.sh
5+
/composer.lock
6+
/.phpunit.cache
7+
/.phpunit.result.cache

0 commit comments

Comments
 (0)