Skip to content

Commit b396416

Browse files
committed
Add some sensible gitignore defaults
1 parent 9a116f1 commit b396416

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.DS_Store
2+
.phpunit.result.cache
3+
/vendor/
4+
/resources
5+
/app
6+
/themes
7+
.test-output
8+
/composer.lock
9+
*.log

0 commit comments

Comments
 (0)