Move composer files in airtime_mvc
This commit is contained in:
parent
af693ed6b0
commit
f784f483a8
|
@ -7,17 +7,6 @@
|
||||||
*~
|
*~
|
||||||
VERSION
|
VERSION
|
||||||
|
|
||||||
## Github Composer .gitignore
|
|
||||||
## See https://github.com/github/gitignore/blob/master/Composer.gitignore
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
composer.phar
|
|
||||||
/vendor/
|
|
||||||
|
|
||||||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
|
||||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
||||||
# composer.lock
|
|
||||||
|
|
||||||
## Github Python .gitignore
|
## Github Python .gitignore
|
||||||
## See https://github.com/github/gitignore/blob/master/Python.gitignore
|
## See https://github.com/github/gitignore/blob/master/Python.gitignore
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
@ -4,3 +4,14 @@
|
||||||
/tests/*.jar
|
/tests/*.jar
|
||||||
/tests/results.html
|
/tests/results.html
|
||||||
/tests/test_results.xml
|
/tests/test_results.xml
|
||||||
|
|
||||||
|
## Github Composer .gitignore
|
||||||
|
## See https://github.com/github/gitignore/blob/master/Composer.gitignore
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
composer.phar
|
||||||
|
/vendor/
|
||||||
|
|
||||||
|
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
||||||
|
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
||||||
|
# composer.lock
|
||||||
|
|
Loading…
Reference in New Issue