Skip to content

Commit

Permalink
.gitignore - Updated, reordered and added the annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoM90 committed Feb 6, 2023
1 parent 3021f46 commit cc67e5c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
@@ -1,7 +1,19 @@
.idea/
# IDE
.vscode/
nbproject/
.DS_STORE
/coverage/
# Vendor
/vendor/
# Logs
/logs/*
!/logs/README.md
# Cache
/var/cache/*
.phpunit.result.cache
cache.properties
.php_cs.cache
# Composer
composer.phar
composer.lock

0 comments on commit cc67e5c

Please sign in to comment.