Skip to content

Commit

Permalink
.gitignore: exclude vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Nov 14, 2020
1 parent 1b30629 commit 21a6711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Composer
/vendor/

# IDE/Editor temporary files
.project
.DS_Store
.idea
Expand Down

0 comments on commit 21a6711

Please sign in to comment.