Customize folder setup
This commit is contained in:
parent
ddb853e055
commit
2f7f31b623
48 changed files with 27 additions and 22 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -22,20 +22,20 @@ Icon
|
|||
.DS_Store
|
||||
|
||||
# Temporary files
|
||||
/media/*
|
||||
!/media/index.html
|
||||
/public/media/*
|
||||
!/public/media/index.html
|
||||
|
||||
# --------------------------------------------------
|
||||
# SECURITY
|
||||
# --------------------------------------------------
|
||||
|
||||
# Accounts
|
||||
/site/accounts/*
|
||||
!/site/accounts/index.html
|
||||
/storage/accounts/*
|
||||
!/storage/accounts/index.html
|
||||
|
||||
# Cache Files
|
||||
/site/cache/*
|
||||
!/site/cache/index.html
|
||||
/storage/cache/*
|
||||
!/storage/cache/index.html
|
||||
|
||||
# Configuration files
|
||||
/site/config/config.xiaowang.fr.php
|
||||
|
@ -45,5 +45,5 @@ Icon
|
|||
/site/config/.license
|
||||
|
||||
# Sessions
|
||||
/site/sessions/*
|
||||
!/site/sessions/index.html
|
||||
/storage/sessions/*
|
||||
!/storage/sessions/index.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue