mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
69 lines
981 B
Plaintext
69 lines
981 B
Plaintext
Thumbs.db
|
|
.DS_Store
|
|
.idea
|
|
|
|
# composer
|
|
composer.lock
|
|
vendor
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# cypress
|
|
cypress.env.json
|
|
cypress/e2e/2-advanced-examples
|
|
|
|
# created by release.sh
|
|
releases
|
|
tmp
|
|
|
|
config.local.php
|
|
|
|
# all custom templates
|
|
templates/*
|
|
!templates/tibiacom
|
|
!templates/kathrine
|
|
|
|
# guild images
|
|
images/guilds/*
|
|
!images/guilds/default.gif
|
|
|
|
# editor images
|
|
images/editor/*
|
|
!images/editor/index.html
|
|
|
|
# cache
|
|
system/cache/*
|
|
!system/cache/index.html
|
|
!system/cache/twig/index.html
|
|
!system/cache/signatures/index.html
|
|
!system/cache/plugins/index.html
|
|
|
|
# logs
|
|
system/logs/*
|
|
!system/logs/index.html
|
|
|
|
# data
|
|
system/data/*
|
|
!system/data/index.html
|
|
|
|
# php sessions
|
|
system/php_sessions/*
|
|
!system/php_sessions/index.html
|
|
|
|
# plugins
|
|
plugins/*
|
|
!plugins/.htaccess
|
|
!plugins/example.json
|
|
!plugins/account-create-hint.json
|
|
!plugins/account-create-hint
|
|
!plugins/email-confirmed-reward.json
|
|
!plugins/email-confirmed-reward
|
|
landing
|
|
|
|
# system
|
|
system/functions_custom.php
|
|
|
|
# others/rest
|
|
system/pages/downloads.php
|