Skip to content

Commit

Permalink
Merge pull request #343 from spatie/chore/gitignore
Browse files Browse the repository at this point in the history
organise .gitignore
  • Loading branch information
riasvdv authored Sep 20, 2024
2 parents 9cf1491 + 0f93af2 commit cec1b57
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 cec1b57

Please sign in to comment.