mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
9c2293427e
* Made the instructions clearer for people without laravel experience. * Update Install Instructions Updating Instruction to make it clearer * Update README.md * Update README.md Added a word to explain that APP_KEY is user to encrypt data and if you loose it, you won't be able to read your data.
30 lines
375 B
Plaintext
30 lines
375 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
|