You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
728 B
43 lines
728 B
# 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
|