You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
644 B
50 lines
644 B
# System files
|
|
# ------------
|
|
|
|
Icon
|
|
.DS_Store
|
|
|
|
# Temporary files
|
|
# ---------------
|
|
|
|
/media/*
|
|
!/media/index.html
|
|
|
|
# Lock files
|
|
# ---------------
|
|
|
|
.lock
|
|
|
|
# Editors
|
|
# (sensitive workspace files)
|
|
# ---------------------------
|
|
*.sublime-workspace
|
|
/.vscode
|
|
/.idea
|
|
|
|
# -------------SECURITY-------------
|
|
# NEVER publish these files via Git!
|
|
# -------------SECURITY-------------
|
|
|
|
# Cache Files
|
|
# ---------------
|
|
|
|
/site/cache/*
|
|
!/site/cache/index.html
|
|
|
|
# Accounts
|
|
# ---------------
|
|
|
|
/site/accounts/*
|
|
!/site/accounts/index.html
|
|
|
|
# Sessions
|
|
# ---------------
|
|
|
|
/site/sessions/*
|
|
!/site/sessions/index.html
|
|
|
|
# License
|
|
# ---------------
|
|
|
|
/site/config/.license
|
|
|