1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/.gitignore

32 lines
408 B
Plaintext
Raw Normal View History

2018-10-04 19:10:43 +02:00
/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
2018-10-04 19:10:43 +02:00
.env
.phpunit.result.cache
/resources/assets/bower
/public/logo
.env.dusk.local
/public/vendors/*
*.log
# Ignore local migrations
storage/migrations
nbproject
2020-07-14 15:13:46 +02:00
.php_cs.cache
public/test.pdf
public/storage/test.pdf
/Modules