mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 10:50:37 +02:00
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
# ignore user files and folders
|
||||||
|
/backups/*
|
||||||
|
/public/*
|
||||||
|
/storage/*
|
||||||
|
/tmp/*
|
Reference in New Issue
Block a user