18 lines
439 B
Text
18 lines
439 B
Text
# The application's data directory
|
|
data/
|
|
|
|
# Created by https://www.gitignore.io/api/composer,git
|
|
|
|
### Composer ###
|
|
composer.phar
|
|
/vendor/
|
|
|
|
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
|
|
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
# composer.lock
|
|
|
|
### Git ###
|
|
*.orig
|
|
|
|
|
|
# End of https://www.gitignore.io/api/composer,git
|