1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00
invoiceninja/.gitignore
2022-08-05 17:49:38 +10:00

34 lines
440 B
Plaintext

/node_modules
/public/hot
/public/storage
/public/react
/storage/*.key
/storage/debugbar
/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/logo
.env.dusk.local
/public/vendors/*
*.log
# Ignore local migrations
storage/migrations
nbproject
.php_cs.cache
public/test.pdf
public/storage/test.pdf
/Modules