Some changes

This commit is contained in:
OptimusCrime
2014-10-16 19:21:06 +02:00
parent 5847a621e8
commit bbd3b214d1
4 changed files with 43 additions and 2 deletions

8
.gitignore vendored
View File

@@ -1,3 +1,11 @@
# Ignore .htaccess (copy ht.access and create your own)
.htaccess
# Ignoring composer.phar (because we don't want to push it to Github)
composer.phar
# Ignoring composer.lock (just because)
composer.lock
# Ignoring vendor dir (because files are installed using composer)
vendor