Streamline .gitignore
This commit is contained in:
parent
a1da3ab03f
commit
0e067cf767
|
@ -1,4 +1,9 @@
|
|||
/asset/
|
||||
/vendor/
|
||||
/.idea/
|
||||
.*.sw[op]
|
||||
# Exclude all hidden files
|
||||
.*
|
||||
# Except those related to Git
|
||||
!.git*
|
||||
|
||||
# Exclude assets and dependencies installed by composer
|
||||
composer.lock
|
||||
asset/
|
||||
vendor/
|
||||
|
|
Loading…
Reference in New Issue