mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
4af53922ed
- New 'existing.blade' e-mail - Added .php_cs cache in .gitignore - Updated MigrationController with new options
31 lines
389 B
Plaintext
31 lines
389 B
Plaintext
/node_modules
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/vendor
|
|
/.idea
|
|
/.vscode
|
|
/.vagrant
|
|
/tests/_output
|
|
Homestead.json
|
|
Homestead.yaml
|
|
npm-debug.log
|
|
yarn-error.log
|
|
local_version.txt
|
|
.env
|
|
.phpunit.result.cache
|
|
|
|
/resources/assets/bower
|
|
/public/vendor
|
|
/public/logo
|
|
|
|
.env.dusk.local
|
|
/public/vendors/*
|
|
*.log
|
|
|
|
# Ignore local migrations
|
|
storage/migrations
|
|
nbproject
|
|
/composer.lock
|
|
|
|
.php_cs.cache |