mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Add .gitignore
This commit is contained in:
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