1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/.gitignore

32 lines
418 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
2020-12-03 12:00:34 +01:00
/storage/*
.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
2021-04-01 04:58:57 +02:00
/Modules