1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/.gitignore
Linus Metzler a57f8bed4a Ignore any Thumbs.db
and not just in the root directory
(this is really helpful for people developing on Windows)
2015-10-15 11:13:43 +02:00

34 lines
508 B
Plaintext

/config/staging
/config/development
/config/production
/config/fortrabbit
/config/ubuntu
/config/packages/anahkiasen/rocketeer/
/public/logo
/public/build
/public/packages
/public/vendor
/storage
/bootstrap/compiled.php
/bootstrap/environment.php
/vendor
/node_modules
/.DS_Store
Thumbs.db
/.env
/.env.development.php
/.env.php
/error_log
/auth.json
/public/error_log
/ninja.sublime-project
/ninja.sublime-workspace
/.phpstorm.meta.php
/_ide_helper.php
/.idea
/.project
tests/_output/
tests/_bootstrap.php