Skip to content

Commit

Permalink
chore: gitignore improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Jun 26, 2024
1 parent 9d0fc1d commit 955acb1
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
# Logs
*.log

# Secrets
auth.json

# Dependencies
vendor

# Context-specific
.bin
.cache
.data
.direnv
.local
result
.run
.php-cs-fixer.cache

composer.phar
/vendor/
auth.json
# Build artifacts
result

# Generated:
/.pre-commit-config.yaml

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# Prevent downstream dependency hell
composer.lock

# User-specific tool configurations
Expand Down

0 comments on commit 955acb1

Please sign in to comment.