3scale/porta

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
*.#*
*~
.env
*#
*.DS_Store
*.rdb
.bin
.cache_cap_t
.cache_rake_t
.docker_bash_logs
.routes
.*.swp
.rvmrc
.deploy_info
.ruby-gemset
.ruby-version
.pt
.pivotalrc
.pivotal_cache
.jenkins-build
.idea
.livereload
./Guardfile
C:\\nppdf32Log\\debuglog.txt
.zeus.sock
.deploy
.s3cfg
.tool-versions
 
# Bundler Stuff
.bundle
.vagrant
 
/localhost.key
/localhost.crt
 
/.routes
/assets/**/*.map
/assets/jspm_packages/**/*
!/assets/jspm_packages/system.js
!/assets/jspm_packages/system-polyfills.js
/public/assets/
/lib/developer_portal/app/assets/javascripts/*.map
 
/junit/
/coverage/
 
/config/amazon_s3.yml
/config/backend.yml
/config/backend_redis.yml
/config/cache_store.yml
/config/core.yml
/config/cors.yml
/config/currencies.yml
/config/database.yml
/config/domain_substitution.yml
/config/features.yml
/config/master.key
/config/oauth2.yml
/config/paperclip.yml
/config/payments.yml
/config/plan_rules.yml
/config/redhat_customer_portal.yml
/config/redis.yml
/config/rolling_updates.yml
/config/sandbox_proxy.yml
/config/segment.yml
/config/service_discovery.yml
/config/settings.yml
/config/smtp.yml
/config/unicorn.rb
/config/web_hooks.yml
/config/zync.yml
/config/*.sphinx.conf
/db/*.sql
/db/safe.json
/db/*.sql*
/doc/app
/log/*
/nbproject/
/public/.DS_Store
/public/stylesheets/compiled/*
/public/stylesheets/templates/
/public/active_docs/application-*
/public/active_docs/manifest.yml
/public/active_docs/*-*.png
/public/assets/*
/public/system
/public/test*.html
/tmp/*
!.gitkeep
!.eslint*
.eslintcache
Session.vim
/TAGS
/tags
db/sphinx
public/.com.apple*
*_flymake.rb
/public/javascripts/cache/
 
/test/unit/stats/tmp/
 
vendor/active-docs/.gitignore
vendor/active-docs/.gitmodules
vendor/active-docs/log/*
vendor/active-docs/tmp/*
vendor/bundle
vendor/cache
.sass-cache
 
.powenv
Gemfile.local
 
.powrc
 
/vendor/oracle/*.zip
 
# IDE local settings
.vscode
 
# Yarn
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.pnp.*
package-lock.json
*.orig
 
# Webpack
/public/packs
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity