ManageIQ/manageiq

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# /
*.cmd
*.pyc
*.sln
*.sublime-project
*.sublime-workspace
*.suo
*.swp
.bundle/
.idea/
.vscode/
.loadpath
.project
.redcar/
.rspec-local
.rubocop-*
.ruby-version
.sass-cache/
.tags
/data/*
/productization
/plugins
/vmdb/
BUILD
ca/root
certs/v2_key
coverage/
Gemfile.lock*
!Gemfile.lock.release
GUID
openstack_environments.yml
nbproject/
private_test
REGION
SyntaxCheck
xfer_*.xml
Thumbs.db
Procfile

# config/
config/apache
config/cable.yml
config/cockpit
config/database.yml*
config/messaging.yml
config/vmdb.yml.db

# See: EDITOR=vi be rails credentials:edit --help for more information
# Rails credentials follow the following pattern:
# If ENV['RAILS_MASTER_KEY'] isn't specified:
# Global is used:
#   * config/master.key (plain text encryption key)
#   * config/credentials.yml.enc (encrypted credentials file)
# If --environment test, the overrides for that environment is used:
#   * config/credentials/test.key
#   * test.yml.enc
# If we want to commit and share encrypted credentials, we can change the two lines below to:
#   config/*.key
#   config/credentials/*.key
config/credentials*
config/master.key

# For legacy rails secrets
config/secrets.yml*
config/initializers/*.local.rb

config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml

# content/
content/ansible_consolidated

# db/
db/schema.rb
db/fixtures/ae_datastore/ManageIQ/.manifest.yaml

# log/
/log

# product/
product/automate

# public/
/public/assets/
/public/doc/
public/upload
public/pictures/
public/ui/
/public/packs
/public/webmks

# tmp/
tmp/*

# vendor/
vendor/bundle
vendor/node_root/

# npm
node_modules/

# ignore included plugins in bundler.d
bundler.d/*

# yardoc
/doc/
.yardoc