myaac/.gitignore
2020-01-13 20:07:32 +01:00

32 lines
415 B
Plaintext

Thumbs.db
.DS_Store
.idea
releases
config.local.php
# all custom templates
templates/*
!templates/tibiacom
!templates/kathrine
# guild images
images/guilds/*
!images/guilds/default.gif
# cache
system/cache/*
!system/cache/signatures/.htaccess
!system/cache/twig/.htaccess
!system/cache/.htaccess
# logs
system/logs/*
!system/logs/.htaccess
# plugins
plugins/*
!plugins/.htaccess
!plugins/example.json
landing