1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/.gitignore
IntegrateIT 9c2293427e
Made the instructions clearer (#3601)
* 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.
2020-04-08 06:46:53 +10:00

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