-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
100 lines (76 loc) · 2.13 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
Rust/parser/target/
Rust/nostd/target/
Rust/length/target/
Rust/fs/target/
.DS_Store
Rust/.DS_Store
Dart/test
dart/.DS_Store
DevOps/test/.terraform/
DevOps/test/.terraform.lock.hcl
DevOps/test/terraform.tfstate.backup
Sys/*.out
Sys/ch2/*.out
elm/elm-stuff/*
elm/Groove/elm-stuff/*
elm/elm-frontend/elm-stuff/*
ElmWithRoc/frontend/elm-stuff/*
ElmWithRoc/basic-webserver-0.7.0
tgpl/ch1/dup
Pigment/target*
Pigment/.idea
Pigment/Cargo.lock
Zero2prod/.idea/modules.xml
Zero2prod/.idea/workspace.xml
Rust/Async/fibonacci/target
Rust/Async/fibonacci/Cargo.lock
rails_app/.bundle
# Ignore all environment files (except templates).
rails_app/.env*
rails_app/.env*.erb
# Ignore all logfiles and tempfiles.
rails_app/log/*
rails_app/tmp/*
rails_app/log/.keep
rails_app/tmp/.keep
# Ignore pidfiles, but keep the directory.
rails_app/tmp/pids/*
rails_app/tmp/pids/
rails_app/tmp/pids/.keep
# Ignore storage (uploaded files in development and any SQLite databases).
rails_app/storage/*
rails_app/storage/.keep
rails_app/tmp/storage/*
rails_app/tmp/storage/
rails_app/tmp/storage/.keep
rails_app/public/assets
# Ignore master key for decrypting credentials and more.
rails_app/config/master.key
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
learn_roda/.bundle
# Ignore all environment files (except templates).
learn_roda/.env*
learn_roda!/.env*.erb
# Ignore all logfiles and tempfiles.
learn_roda/log/*
learn_roda/tmp/*
learn_roda!/log/.keep
learn_roda!/tmp/.keep
# Ignore pidfiles, but keep the directory.
learn_roda/tmp/pids/*
learn_roda!/tmp/pids/
learn_roda!/tmp/pids/.keep
# Ignore storage (uploaded files in development and any SQLite databases).
learn_roda/storage/*
learn_roda!/storage/.keep
learn_roda/tmp/storage/*
learn_roda!/tmp/storage/
learn_roda!/tmp/storage/.keep
learn_roda/public/assets
# Ignore master key for decrypting credentials and more.
learn_roda/config/master.key