winter/.gitignore

36 lines
485 B
Plaintext
Raw Permalink Normal View History

# Composer ignores
2014-05-14 23:21:18 +10:00
/vendor
composer.phar
composer.lock
# Framework ignores
2015-05-30 12:46:59 +10:00
.env
.env.*.php
.env.php
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
sftp-config.json
.ftpconfig
2015-07-27 23:16:38 +08:00
# Editor ignores
2015-07-27 23:16:38 +08:00
nbproject
.idea
.vscode
_ide_helper.php
# Other ignores
.DS_Store
package-lock.json
/node_modules
# Ignore generated public directory from `winter:mirror public`
public