-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
84 lines (72 loc) · 1.28 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
!.keep
*.DS_Store
*.swo
*.swp
.byebug_history
/.bundle
/coverage/*
/db/*.sqlite3
/db/*.sqlite3-journal
/db/data_schema.rb
# Ignore SQL backups
*.sql
*.sql.gz
*.tar.gz
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
/{}/*
# Ignore uploaded files in development
/storage/*
# Ignore master key for decrypting credentials and more.
/config/master.key
/public/packs
/public/packs-test
/node_modules
/public/assets
/public/system
/tags
/yarn-error.log
/vendor/cache
yarn-debug.log*
.yarn-integrity
.yarn/*
.jest-cache
.env
.env.*
*.log
.envrc
#terraform files
.terraform/
tfplan
*.tfplan
*.plan
*secret*.tfvars
terraform/**/*.yml
terraform/**/*.base64
!terraform/**/workspace-variables/app_config.yml
config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml
config/initializers/developer_persona.rb
# Localhost ssl related
config/localhost/https/localhost.key
config/localhost/https/localhost.crt
.nvmrc
.ruby-version
.node-version
/.idea
dump.rdb
bin/fetch_config.rb
bin/konduit.sh
# Downloaded terraform modules
terraform/aks/vendor/
terraform/custom_domains/infrastructure/vendor/
terraform/custom_domains/environment_domains/vendor/
Procfile.dev
missing-location-graph-from-dfe-reference.json
.vscode/*
Caddyfile
/app/assets/builds/*
!/app/assets/builds/.keep
.rspec-local