69 lines
No EOL
902 B
Text
69 lines
No EOL
902 B
Text
# System files
|
|
# ------------
|
|
|
|
Icon
|
|
.DS_Store
|
|
|
|
# Temporary files
|
|
# ---------------
|
|
|
|
/public/media/*
|
|
!/public/media/index.html
|
|
|
|
# Lock files
|
|
# ---------------
|
|
|
|
.lock
|
|
#Remove the next two line for real project repositories
|
|
composer.lock
|
|
package-lock.json
|
|
|
|
# Editors
|
|
# (sensitive workspace files)
|
|
# ---------------------------
|
|
*.sublime-workspace
|
|
/.vscode
|
|
/.idea
|
|
|
|
# -------------SECURITY-------------
|
|
# NEVER publish these files via Git!
|
|
# -------------SECURITY-------------
|
|
|
|
# Cache Files
|
|
# ---------------
|
|
|
|
/storage/cache/*
|
|
!/storage/cache/index.html
|
|
|
|
# Accounts
|
|
# ---------------
|
|
|
|
/storage/accounts/*
|
|
!/storage/accounts/index.html
|
|
|
|
# Sessions
|
|
# ---------------
|
|
|
|
/storage/sessions/*
|
|
!/storage/sessions/index.html
|
|
|
|
# License
|
|
# ---------------
|
|
|
|
/site/config/.license
|
|
|
|
# Vendor
|
|
# ---------------
|
|
|
|
/vendor
|
|
/node_modules
|
|
|
|
# Content
|
|
# ---------------
|
|
|
|
/content
|
|
|
|
# Compiled files
|
|
# ---------------
|
|
|
|
/public/css |