Skip to content

Commit 42d591c

Browse files
committed
added gitignore file and updated flights link
1 parent 1de9473 commit 42d591c

File tree

2 files changed

+124
-1
lines changed

2 files changed

+124
-1
lines changed

.gitignore

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,126 @@ $RECYCLE.BIN/
116116

117117
# Windows shortcuts
118118
*.lnk
119+
### macOS template
120+
# General
121+
.DS_Store
122+
123+
# Icon must end with two \r
124+
125+
# Thumbnails
126+
127+
# Files that might appear in the root of a volume
128+
129+
# Directories potentially created on remote AFP share
130+
### Windows template
131+
# Windows thumbnail cache files
132+
133+
# Dump file
134+
135+
# Folder config file
136+
[Dd]esktop.ini
137+
138+
# Recycle Bin used on file shares
139+
140+
# Windows Installer files
141+
142+
# Windows shortcuts
143+
### Linux template
144+
145+
# temporary files which can be created if a process still has a handle open of a deleted file
146+
147+
# KDE directory preferences
148+
149+
# Linux trash folder which might appear on any partition or disk
150+
151+
# .nfs files are created when an open file is removed but is still being accessed
152+
### JetBrains template
153+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
154+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
155+
156+
# User-specific stuff:
157+
158+
# Sensitive or high-churn files:
159+
160+
# Gradle:
161+
162+
# CMake
163+
cmake-build-release/
164+
165+
# Mongo Explorer plugin:
166+
167+
## File-based project format:
168+
169+
## Plugin-specific files:
170+
171+
# IntelliJ
172+
173+
# mpeltonen/sbt-idea plugin
174+
175+
# JIRA plugin
176+
177+
# Cursive Clojure plugin
178+
179+
# Crashlytics plugin (for Android Studio and IntelliJ)
180+
### Node template
181+
# Logs
182+
logs
183+
*.log
184+
npm-debug.log*
185+
yarn-debug.log*
186+
yarn-error.log*
187+
188+
# Runtime data
189+
pids
190+
*.pid
191+
*.seed
192+
*.pid.lock
193+
194+
# Directory for instrumented libs generated by jscoverage/JSCover
195+
lib-cov
196+
197+
# Coverage directory used by tools like istanbul
198+
coverage
199+
200+
# nyc test coverage
201+
.nyc_output
202+
203+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
204+
.grunt
205+
206+
# Bower dependency directory (https://bower.io/)
207+
bower_components
208+
209+
# node-waf configuration
210+
.lock-wscript
211+
212+
# Compiled binary addons (https://nodejs.org/api/addons.html)
213+
build/Release
214+
215+
# Dependency directories
216+
node_modules/
217+
jspm_packages/
218+
219+
# Typescript v1 declaration files
220+
typings/
221+
222+
# Optional npm cache directory
223+
.npm
224+
225+
# Optional eslint cache
226+
.eslintcache
227+
228+
# Optional REPL history
229+
.node_repl_history
230+
231+
# Output of 'npm pack'
232+
*.tgz
233+
234+
# Yarn Integrity file
235+
.yarn-integrity
236+
237+
# dotenv environment variables file
238+
.env
239+
240+
# next.js build output
241+
.next

traveling/flights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Tickets
44

5-
Purchasing tickets is usually best on a Wednesday around 11AM. More info on this in [this article]().
5+
Purchasing tickets is usually best on a Wednesday around 11AM. More info on this in [this article](https://www.nerdwallet.com/blog/finance/best-time-to-buy-plane-tickets/). Lately, I've found flying to be the cheapest on Thursdays, although I filter by flights leaving after 8am and arriving before 9pm.
66

77
## Websites
88

0 commit comments

Comments
 (0)