Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cindreta committed Mar 5, 2022
1 parent 435aaff commit 7c660af
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# exclude composer files
/vendor/

# exclude IDE files
.idea
.vscode

# exclude caches
.php-cs-fixer.cache
.phpunit.result.cache

# locally override if needed
.php-cs-fixer.php
.phpunit.xml

# exclude because with package development it doesnt matter and reduces unnecessary merge conflicts
composer.lock

0 comments on commit 7c660af

Please sign in to comment.