Skip to content

Commit b5059e2

Browse files
committed
milestone exercises
1 parent 5205e73 commit b5059e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1304
-1
lines changed

.gitignore

Lines changed: 364 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,364 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/node,go,java,intellij,visualstudiocode,haskell,erlang,elixir,rust
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=node,go,java,intellij,visualstudiocode,haskell,erlang,elixir,rust
4+
5+
### Elixir ###
6+
/_build
7+
/cover
8+
/deps
9+
/doc
10+
/.fetch
11+
erl_crash.dump
12+
*.ez
13+
*.beam
14+
/config/*.secret.exs
15+
.elixir_ls/
16+
17+
### Elixir Patch ###
18+
19+
### Erlang ###
20+
.eunit
21+
*.o
22+
*.plt
23+
.concrete/DEV_MODE
24+
25+
# rebar 2.x
26+
.rebar
27+
rel/example_project
28+
ebin/*.beam
29+
deps
30+
31+
# rebar 3
32+
.rebar3
33+
_build/
34+
_checkouts/
35+
36+
### Go ###
37+
# Binaries for programs and plugins
38+
*.exe
39+
*.exe~
40+
*.dll
41+
*.so
42+
*.dylib
43+
44+
# Test binary, built with `go test -c`
45+
*.test
46+
47+
# Output of the go coverage tool, specifically when used with LiteIDE
48+
*.out
49+
50+
# Dependency directories (remove the comment below to include it)
51+
# vendor/
52+
53+
### Go Patch ###
54+
/vendor/
55+
/Godeps/
56+
57+
### Haskell ###
58+
dist
59+
dist-*
60+
cabal-dev
61+
*.hi
62+
*.hie
63+
*.chi
64+
*.chs.h
65+
*.dyn_o
66+
*.dyn_hi
67+
.hpc
68+
.hsenv
69+
.cabal-sandbox/
70+
cabal.sandbox.config
71+
*.prof
72+
*.aux
73+
*.hp
74+
*.eventlog
75+
.stack-work/
76+
cabal.project.local
77+
cabal.project.local~
78+
.HTF/
79+
.ghc.environment.*
80+
81+
### Intellij ###
82+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
83+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
84+
85+
# User-specific stuff
86+
.idea/**/workspace.xml
87+
.idea/**/tasks.xml
88+
.idea/**/usage.statistics.xml
89+
.idea/**/dictionaries
90+
.idea/**/shelf
91+
92+
# AWS User-specific
93+
.idea/**/aws.xml
94+
95+
# Generated files
96+
.idea/**/contentModel.xml
97+
98+
# Sensitive or high-churn files
99+
.idea/**/dataSources/
100+
.idea/**/dataSources.ids
101+
.idea/**/dataSources.local.xml
102+
.idea/**/sqlDataSources.xml
103+
.idea/**/dynamic.xml
104+
.idea/**/uiDesigner.xml
105+
.idea/**/dbnavigator.xml
106+
107+
# Gradle
108+
.idea/**/gradle.xml
109+
.idea/**/libraries
110+
111+
# Gradle and Maven with auto-import
112+
# When using Gradle or Maven with auto-import, you should exclude module files,
113+
# since they will be recreated, and may cause churn. Uncomment if using
114+
# auto-import.
115+
# .idea/artifacts
116+
# .idea/compiler.xml
117+
# .idea/jarRepositories.xml
118+
# .idea/modules.xml
119+
# .idea/*.iml
120+
# .idea/modules
121+
# *.iml
122+
# *.ipr
123+
124+
# CMake
125+
cmake-build-*/
126+
127+
# Mongo Explorer plugin
128+
.idea/**/mongoSettings.xml
129+
130+
# File-based project format
131+
*.iws
132+
133+
# IntelliJ
134+
out/
135+
136+
# mpeltonen/sbt-idea plugin
137+
.idea_modules/
138+
139+
# JIRA plugin
140+
atlassian-ide-plugin.xml
141+
142+
# Cursive Clojure plugin
143+
.idea/replstate.xml
144+
145+
# Crashlytics plugin (for Android Studio and IntelliJ)
146+
com_crashlytics_export_strings.xml
147+
crashlytics.properties
148+
crashlytics-build.properties
149+
fabric.properties
150+
151+
# Editor-based Rest Client
152+
.idea/httpRequests
153+
154+
# Android studio 3.1+ serialized cache file
155+
.idea/caches/build_file_checksums.ser
156+
157+
### Intellij Patch ###
158+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
159+
160+
# *.iml
161+
# modules.xml
162+
# .idea/misc.xml
163+
# *.ipr
164+
165+
# Sonarlint plugin
166+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
167+
.idea/**/sonarlint/
168+
169+
# SonarQube Plugin
170+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
171+
.idea/**/sonarIssues.xml
172+
173+
# Markdown Navigator plugin
174+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
175+
.idea/**/markdown-navigator.xml
176+
.idea/**/markdown-navigator-enh.xml
177+
.idea/**/markdown-navigator/
178+
179+
# Cache file creation bug
180+
# See https://youtrack.jetbrains.com/issue/JBR-2257
181+
.idea/$CACHE_FILE$
182+
183+
# CodeStream plugin
184+
# https://plugins.jetbrains.com/plugin/12206-codestream
185+
.idea/codestream.xml
186+
187+
### Java ###
188+
# Compiled class file
189+
*.class
190+
191+
# Log file
192+
*.log
193+
194+
# BlueJ files
195+
*.ctxt
196+
197+
# Mobile Tools for Java (J2ME)
198+
.mtj.tmp/
199+
200+
# Package Files #
201+
*.jar
202+
*.war
203+
*.nar
204+
*.ear
205+
*.zip
206+
*.tar.gz
207+
*.rar
208+
209+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
210+
hs_err_pid*
211+
212+
### Node ###
213+
# Logs
214+
logs
215+
npm-debug.log*
216+
yarn-debug.log*
217+
yarn-error.log*
218+
lerna-debug.log*
219+
.pnpm-debug.log*
220+
221+
# Diagnostic reports (https://nodejs.org/api/report.html)
222+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
223+
224+
# Runtime data
225+
pids
226+
*.pid
227+
*.seed
228+
*.pid.lock
229+
230+
# Directory for instrumented libs generated by jscoverage/JSCover
231+
lib-cov
232+
233+
# Coverage directory used by tools like istanbul
234+
coverage
235+
*.lcov
236+
237+
# nyc test coverage
238+
.nyc_output
239+
240+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
241+
.grunt
242+
243+
# Bower dependency directory (https://bower.io/)
244+
bower_components
245+
246+
# node-waf configuration
247+
.lock-wscript
248+
249+
# Compiled binary addons (https://nodejs.org/api/addons.html)
250+
build/Release
251+
252+
# Dependency directories
253+
node_modules/
254+
jspm_packages/
255+
256+
# Snowpack dependency directory (https://snowpack.dev/)
257+
web_modules/
258+
259+
# TypeScript cache
260+
*.tsbuildinfo
261+
262+
# Optional npm cache directory
263+
.npm
264+
265+
# Optional eslint cache
266+
.eslintcache
267+
268+
# Microbundle cache
269+
.rpt2_cache/
270+
.rts2_cache_cjs/
271+
.rts2_cache_es/
272+
.rts2_cache_umd/
273+
274+
# Optional REPL history
275+
.node_repl_history
276+
277+
# Output of 'npm pack'
278+
*.tgz
279+
280+
# Yarn Integrity file
281+
.yarn-integrity
282+
283+
# dotenv environment variables file
284+
.env
285+
.env.test
286+
.env.production
287+
288+
# parcel-bundler cache (https://parceljs.org/)
289+
.cache
290+
.parcel-cache
291+
292+
# Next.js build output
293+
.next
294+
out
295+
296+
# Nuxt.js build / generate output
297+
.nuxt
298+
299+
# Gatsby files
300+
.cache/
301+
# Comment in the public line in if your project uses Gatsby and not Next.js
302+
# https://nextjs.org/blog/next-9-1#public-directory-support
303+
# public
304+
305+
# vuepress build output
306+
.vuepress/dist
307+
308+
# Serverless directories
309+
.serverless/
310+
311+
# FuseBox cache
312+
.fusebox/
313+
314+
# DynamoDB Local files
315+
.dynamodb/
316+
317+
# TernJS port file
318+
.tern-port
319+
320+
# Stores VSCode versions used for testing VSCode extensions
321+
.vscode-test
322+
323+
# yarn v2
324+
.yarn/cache
325+
.yarn/unplugged
326+
.yarn/build-state.yml
327+
.yarn/install-state.gz
328+
.pnp.*
329+
330+
### Rust ###
331+
# Generated by Cargo
332+
# will have compiled files and executables
333+
debug/
334+
target/
335+
336+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
337+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
338+
Cargo.lock
339+
340+
# These are backup files generated by rustfmt
341+
**/*.rs.bk
342+
343+
# MSVC Windows builds of rustc generate these, which store debugging information
344+
*.pdb
345+
346+
### VisualStudioCode ###
347+
.vscode/*
348+
!.vscode/settings.json
349+
!.vscode/tasks.json
350+
!.vscode/launch.json
351+
!.vscode/extensions.json
352+
*.code-workspace
353+
354+
# Local History for Visual Studio Code
355+
.history/
356+
357+
### VisualStudioCode Patch ###
358+
# Ignore all local history of files
359+
.history
360+
.ionide
361+
362+
# End of https://www.toptal.com/developers/gitignore/api/node,go,java,intellij,visualstudiocode,haskell,erlang,elixir,rust
363+
/.vs/ProjectSettings.json
364+
/.vs/slnx.sqlite

0 commit comments

Comments
 (0)