mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
22 lines
210 B
Plaintext
22 lines
210 B
Plaintext
|
# License and readme
|
||
|
INSTALL*
|
||
|
LICENSE*
|
||
|
README*
|
||
|
|
||
|
# Composer files
|
||
|
composer.lock
|
||
|
composer.phar
|
||
|
vendor/
|
||
|
|
||
|
# Local configs
|
||
|
config/autoload/*local.php
|
||
|
|
||
|
# Binary gettext files
|
||
|
*.po
|
||
|
|
||
|
# Data
|
||
|
log/
|
||
|
logs/
|
||
|
cache/
|
||
|
temp/
|
||
|
tmp/
|