1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00
invoiceninja/.gitignore

42 lines
623 B
Plaintext
Raw Normal View History

2015-03-17 04:48:07 +01:00
/config/staging
/config/development
/config/production
/config/fortrabbit
/config/ubuntu
/config/packages/anahkiasen/rocketeer/
/public/logo
/public/build
/public/packages
/public/vendor
/resources/assets/bower
2015-04-22 23:40:21 +02:00
/storage
2015-03-17 04:48:07 +01:00
/bootstrap/compiled.php
/bootstrap/environment.php
2015-03-12 01:44:39 +01:00
/vendor
/node_modules
/.DS_Store
Thumbs.db
2015-07-21 20:51:56 +02:00
/.env
/.env.development.php
/.env.php
2016-08-30 14:50:36 +02:00
/docs/_build
2015-07-21 20:51:56 +02:00
/error_log
/auth.json
/public/error_log
2016-12-07 18:59:49 +01:00
/Modules
2015-07-21 20:51:56 +02:00
2015-03-17 04:48:07 +01:00
/ninja.sublime-project
/ninja.sublime-workspace
2015-07-21 20:51:56 +02:00
/.phpstorm.meta.php
/_ide_helper.php
/.idea
2015-08-20 17:09:04 +02:00
/.project
2015-09-01 19:31:19 +02:00
tests/_output/
tests/_bootstrap.php
2016-10-25 19:16:29 +02:00
tests/_support/_generated/
# composer stuff
/c3.php
2016-01-19 14:01:19 +01:00
2016-06-29 21:48:56 +02:00
_ide_helper.php