Files
zoff/.gitignore
OptimusCrime bbd3b214d1 Some changes
2014-10-16 19:49:23 +02:00

11 lines
280 B
Plaintext

# 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