1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00
invoiceninja/.gitignore
Christian González c04d2a3047 ignore composer c3.php file
This file is created every time "composer install" is run
2015-12-29 01:31:02 +01:00

37 lines
534 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
# composer stuff
/c3.php