diff options
author | Victor Häggqvist <[email protected]> | 2014-06-22 13:40:55 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-06-22 13:40:55 +0200 |
commit | 61a021a728e3dfa7b452b1884188780e6dcae01e (patch) | |
tree | 63e1a1d6dc15228e9e1cf346811881f8e32c08f4 /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a693c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +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 |