mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-05 09:05:33 +00:00
11 lines
280 B
Plaintext
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 |