-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
233 lines (205 loc) · 3.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
# history files
.bash_history
.cljsc_history
.lesshst
.irb-history
.sh_history
.pry_history
.psql_history
.node_repl_history
# scala stuff
.scala_history
.scala_history_jline3
.scalaide/
# scala gitter8 templates
.g8
# haskell
.ghc
/.ghcjs/
# temporary
# will eventually want this to be managed in this repo (probably?)
#
# ??
.Xauthority
.cups/lpoptions
# Caches/languages/tools stuff
# (that doesn't need VC'd)
bin/elm-format
.bundle
.cabal
.cache
.cargo
.chef
.elm
.gem
.hoe_template
.hex
.idris
.lein
.m2
.rbenv
# -- another clojure thing ??
.mix
.node-gyp
.python-eggs
.npm
.rvm
.stack
.subversion
.vagrant.d
# -- will probably want to un-ignore this someday
# app stuff
.dropbox
.geeknote
# -- just an error log and db cache
.tox
# -- another part of geeknote
.heroku
.local
# -- the long dark
.uqm
# -- the urquan masters
.uqmhd
# Dirs
Applications
Backup
Desktop
Documents
Downloads
Dropbox
Files
Inbox
Library
Movies
Music
Nextcloud
Pictures
Projects
Public
Reference
EF
Sites
VirtualBox VMs
Blizzard
ttm
brunner
var
browser-sessions
# SSHHHHH SECRETS
secrets
.rclone.conf
.lpass
.pgpass
.netrc
.ttm_scalr_access_info
.ttm_scalr_aliases.json
.gnupg
.papertrail.yml
.ssh
.vault-token
.toodledo
.account
# garbage
.oracle_jre_usage
.viminfo
.rnd
.bash_sessions
.dialyxir_core_*.plt
# i think rncache is "react native" cache. seems to have tar.gz files of utils or somethin
.rncache
# os x stuff
.CFUserTextEncoding
.DS_Store
.Trash
# log files, caches
.funstation.d/daemon.log
.lldb
.redd-up/cache
.redd-up/error-log
.redd-up/last-run
.swipl-dir-history
.cpu.history
.ex_supervisor
# misc, uncategorized yet
.ammonite/
.anaconda/
.bash_profile-anaconda.bak
.bash_profile-anaconda2.bak
.conda/
.condarc
.continuum/
.coursier/
.dotnet/
.eclipse/
.ipython/
.ivy2/
.nuget/
.sbt/
api_cache/
project/
secret
.bintray/
.docker/
/.docker/
.exercism.json
.ispell_english
.webdrivers
.webtask
.yarnrc
# idk
.nix-defexpr/
.nix-defexpr/channels
.dockercfg
# rust -- seems like (currently) there aren't any settings in here I care to keep
.rustup/
.multirust
# ignoring for now, since I don't have like an active "this version works" that I am using. each time I try it since that first time and
# had a lot of success basically its been borked
apps/remacs/
.aws/credentials
# i think this got created by a react native process?
.babel.json
.android/adbkey
.android/adbkey.pub
.atom/
.datastorage/
.nix-defexpr/channels_root
.tree-sitter/
.wget-hsts
.xmonad/
Exercism/
Justinmind/
lib/emacs/org-wiki/
.zsh_history
sesco/
.kube/
.ngrok2/
sesco/
.config/PixelPiracy/
.config/StardewValley/
.config/configstore/
.config/gtk-2.0/
.config/hub
.config/inkscape/
.config/stripe/
.rush/
# links to where the installed nix files are, but dont need
# to revision them
.nix-profile
# this contains the files for doom; should consider this an opaque blob
.emacs.d
# home dir tmp
/tmp
# work stuff
tvision
pip install -r requirements.txt
# local haskell language server, do not want to addd
bin/haskell-language-server-macOS-8.8.4
# ignore these for now
.aws/
.config/nixpkgs/
.pyenv/
.zsh_sessions/
wshs/result
# this is a symlink to settings for the "current" machine
hosts/current