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

38 lines
550 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
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
/error_log
/auth.json
/public/error_log
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
# composer stuff
/c3.php
2016-01-19 14:01:19 +01:00
_ide_helper.php