-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
56 lines (50 loc) · 859 Bytes
/
.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
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/
config/database.yml
/log/
/.env
# Used by dotenv library to load environment variables.
# .env
config/gibbon.env
config/mailchimp.env
config/redis.env
dump.rdb
.generators
## Specific to RubyMotion:
.dat*
.repl_history
build/
*.bridgesupport
build-iPhoneOS/
build-iPhoneSimulator/
## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/
## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/
/node_modules/
.rvmrc
.byebug_history
.idea/
log/
.envrc
.envrc.backup
config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml
deploy/secrets/application-secrets.yml
kubeadm-single-node-cluster.conf
cucumber_test/features/step_definitions/sign_up\.rb~fix Hund comment