Skip to content

Commit

Permalink
Streamline .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Nov 8, 2021
1 parent a1da3ab commit 0e067cf
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 0e067cf

Please sign in to comment.