kirby-moin/.gitignore

71 lines
No EOL
927 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
/site/plugins
# Content
# ---------------
/content
# Compiled files
# ---------------
/public/css
/public/js