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 1635679 commit f43697e
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
build
# Composer Related
composer.lock
docs
vendor
coverage
tests/server/package-lock.json
.php_cs.cache
/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
.php-cs-fixer.cache

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

# Custom
tests/server/package-lock.json

0 comments on commit f43697e

Please sign in to comment.