Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Sep 23, 2024
1 parent 023f356 commit 14b605e
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@
.idea
# Composer Related
composer.lock
/vendor

# Frontend Assets
/node_modules

# Logs
npm-debug.log
yarn-error.log

# Caches
.phpunit.cache
.phpunit.result.cache
/build

# Editors
/.idea
/.fleet
/.vscode

# Code sniffer
.php_cs
.php_cs.cache
.phpunit.cache
build
composer.lock
coverage
docs
phpunit.xml
psalm.xml
vendor
.php-cs-fixer.cache

# Misc
phpunit.xml
phpstan.neon
psalm.xml
testbench.yaml
/docs
/coverage

0 comments on commit 14b605e

Please sign in to comment.