Skip to content

Commit

Permalink
organise .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Sep 12, 2024
1 parent 9cf1491 commit 0f93af2
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
.idea
.phpunit.cache
build
# Composer Related
composer.lock
coverage
docs
/vendor

# Frontend Assets
/node_modules

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

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

# IDE Helper
_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php

# Editors
/.idea
/.fleet
/.vscode

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

0 comments on commit 0f93af2

Please sign in to comment.