-
Notifications
You must be signed in to change notification settings - Fork 900
/
.gitignore
108 lines (94 loc) · 1.66 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# /
*.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