Skip to content

Commit

Permalink
Add IDE iognores to the main gitignore
Browse files Browse the repository at this point in the history
We won't accidentally commit these then
  • Loading branch information
phily245 committed Jul 17, 2024
1 parent e7b53b9 commit c09da0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vendor
composer.lock
.phpunit.result.cache
.phpunit.result.cache
.vscode
.idea

0 comments on commit c09da0c

Please sign in to comment.