Streamline .gitignore

This commit is contained in:
Eric Lippmann 2021-07-23 12:08:36 +02:00
parent a1da3ab03f
commit 0e067cf767
1 changed files with 9 additions and 4 deletions

13
.gitignore vendored
View File

@ -1,4 +1,9 @@
/asset/ # Exclude all hidden files
/vendor/ .*
/.idea/ # Except those related to Git
.*.sw[op] !.git*
# Exclude assets and dependencies installed by composer
composer.lock
asset/
vendor/