Создал(а) 'octobercms/.gitignore-example'
This commit is contained in:
43
octobercms/.gitignore-example
Normal file
43
octobercms/.gitignore-example
Normal file
@ -0,0 +1,43 @@
|
||||
# Composer ignores
|
||||
/vendor
|
||||
/modules
|
||||
composer.phar
|
||||
|
||||
# Framework ignores
|
||||
.env
|
||||
.env.*.php
|
||||
.env.php
|
||||
selenium.php
|
||||
/bootstrap/compiled.php
|
||||
.phpunit.result.cache
|
||||
|
||||
# Editor ignores
|
||||
nbproject
|
||||
.idea
|
||||
.vscode
|
||||
_ide_helper.php
|
||||
|
||||
# Other ignores
|
||||
.DS_Store
|
||||
package-lock.json
|
||||
/node_modules
|
||||
/*.sh
|
||||
|
||||
# Plugin ignores
|
||||
/plugins/excodus/translateextended
|
||||
/plugins/rainlab/pages
|
||||
/plugins/rainlab/translate
|
||||
/plugins/rainlab/blog
|
||||
/plugins/rainlab/user
|
||||
/plugins/rainlab/userplus
|
||||
/plugins/rainlab/location
|
||||
/plugins/rainlab/notify
|
||||
/plugins/rainlab/googleanalytics
|
||||
/plugins/rainlab/builder
|
||||
/plugins/rainlab/debugbar
|
||||
/plugins/utopigs/seo
|
||||
/plugins/octobro/api
|
||||
/plugins/offline/sitesearch
|
||||
|
||||
# Additional assets dist ignores
|
||||
/themes/fatima/assets/maintenance/dist
|
Reference in New Issue
Block a user