1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/.gitignore

42 lines
586 B
Plaintext
Raw Normal View History

2018-10-04 19:10:43 +02:00
/node_modules
/public/hot
/public/storage
2022-06-16 05:51:11 +02:00
/public/react
2018-10-04 19:10:43 +02:00
/storage/*.key
2022-08-05 09:49:38 +02:00
/storage/debugbar
2022-11-06 09:03:27 +01:00
/storage/*
2023-02-16 03:18:12 +01:00
/tests/bootstrap/
2018-10-04 19:10:43 +02:00
/vendor
2023-02-16 03:18:12 +01:00
/app/Console/Commands/vendor/
2018-10-04 19:10:43 +02:00
/.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
2023-02-25 04:34:14 +01:00
_ide_helper.php
2018-10-04 19:10:43 +02:00
/resources/assets/bower
/public/logo
.env.dusk.local
2023-03-12 02:50:48 +01:00
.env.cypress
/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
_ide_helper_models.php
2023-04-04 08:58:01 +02:00
_ide_helper.php
/composer.phar
2023-04-20 08:47:29 +02:00
.tx/