mirror of
https://github.com/ivuorinen/monolog-gdpr-filter.git
synced 2026-02-09 19:48:38 +00:00
21 lines
225 B
Plaintext
21 lines
225 B
Plaintext
# Generated files
|
|
*.cache
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
# Ignore IDE specific files
|
|
*.idea/
|
|
*.vscode/
|
|
|
|
# Composer files
|
|
/vendor/
|
|
/composer.lock
|
|
/composer.phar
|
|
|
|
# Build data
|
|
/build/
|
|
|
|
# Ignore test coverage reports
|
|
/coverage/
|
|
coverage.xml
|