mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-31 08:45:22 +02:00
35 lines
518 B
Plaintext
35 lines
518 B
Plaintext
# ignore os/app generated files
|
|
Thumbs.db
|
|
.DS_Store
|
|
*.esproj
|
|
*.project
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# ignore user .htaccess
|
|
/.htaccess
|
|
|
|
# ignore user sitemap
|
|
/sitemap.xml
|
|
|
|
# ignore user defines
|
|
/monstra/boot/defines.php
|
|
|
|
# ignore debug and custom themes
|
|
/public/themes/*
|
|
/admin/themes/*
|
|
!/public/themes/default
|
|
!/admin/themes/default
|
|
|
|
# ignore user plugins
|
|
/plugins/*
|
|
!/plugins/box
|
|
!/plugins/captcha
|
|
!/plugins/markitup
|
|
!/plugins/sandbox
|
|
|
|
# ignore user files and folders
|
|
/backups/*
|
|
/public/*
|
|
/storage/*
|
|
/tmp/* |