This repository has been archived on 2019-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
sandpiper/.gitignore

21 lines
481 B
Plaintext

# The application's data directory
data/
# The custom settings file
/settings.toml
# 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