2020-01-19 16:33:06 +08:00
|
|
|
# Composer ignores
|
2014-05-14 23:21:18 +10:00
|
|
|
/vendor
|
|
|
|
composer.phar
|
2020-01-19 16:33:06 +08:00
|
|
|
composer.lock
|
|
|
|
|
|
|
|
# Framework ignores
|
2015-05-30 12:46:59 +10:00
|
|
|
.env
|
|
|
|
.env.*.php
|
|
|
|
.env.php
|
2020-01-19 16:33:06 +08:00
|
|
|
selenium.php
|
|
|
|
/bootstrap/compiled.php
|
|
|
|
.phpunit.result.cache
|
|
|
|
|
|
|
|
# Hosting ignores
|
2014-05-14 23:21:18 +10:00
|
|
|
php_errors.log
|
|
|
|
nginx-error.log
|
|
|
|
nginx-access.log
|
|
|
|
nginx-ssl.access.log
|
|
|
|
nginx-ssl.error.log
|
2014-06-17 18:53:47 +10:00
|
|
|
sftp-config.json
|
2019-02-22 15:50:01 -03:00
|
|
|
.ftpconfig
|
2015-07-27 23:16:38 +08:00
|
|
|
|
2020-01-19 16:33:06 +08:00
|
|
|
# Editor ignores
|
2015-07-27 23:16:38 +08:00
|
|
|
nbproject
|
2020-01-19 16:33:06 +08:00
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
_ide_helper.php
|
|
|
|
|
|
|
|
# Other ignores
|
|
|
|
.DS_Store
|
|
|
|
package-lock.json
|
|
|
|
/node_modules
|
2021-12-14 02:29:17 -06:00
|
|
|
|
|
|
|
# Ignore generated public directory from `winter:mirror public`
|
2022-06-22 01:30:30 +01:00
|
|
|
public
|