Streamline .gitignore
This commit is contained in:
parent
a1da3ab03f
commit
0e067cf767
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue