Skip to content

Commit 6ed4e8c

Browse files
author
Hannes Tribus
committed
Remove ignored files
1 parent 51dd354 commit 6ed4e8c

File tree

119 files changed

+211
-45583
lines changed

Some content is hidden

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

119 files changed

+211
-45583
lines changed

.gitignore

Lines changed: 211 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,219 @@
22
.tunnel/
33
build/
44

5-
### Go
6-
*.cov
7-
*.prof
8-
*.mprof
9-
10-
### IntelliJ
11-
.idea/
12-
*.iml
13-
14-
### Vim
15-
# swap
16-
[._]*.s[a-w][a-z]
17-
[._]s[a-w][a-z]
18-
# session
5+
6+
# Created by https://www.toptal.com/developers/gitignore/api/go,vim,intellij,visualstudiocode,macos,windows
7+
# Edit at https://www.toptal.com/developers/gitignore?templates=go,vim,intellij,visualstudiocode,macos,windows
8+
9+
### Go ###
10+
# Binaries for programs and plugins
11+
*.exe
12+
*.exe~
13+
*.dll
14+
*.so
15+
*.dylib
16+
17+
# Test binary, built with `go test -c`
18+
*.test
19+
20+
# Output of the go coverage tool, specifically when used with LiteIDE
21+
*.out
22+
23+
# Dependency directories (remove the comment below to include it)
24+
# vendor/
25+
26+
### Go Patch ###
27+
/vendor/
28+
/Godeps/
29+
30+
### Intellij ###
31+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
32+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
33+
34+
# User-specific stuff
35+
.idea/**/workspace.xml
36+
.idea/**/tasks.xml
37+
.idea/**/usage.statistics.xml
38+
.idea/**/dictionaries
39+
.idea/**/shelf
40+
41+
# Generated files
42+
.idea/**/contentModel.xml
43+
44+
# Sensitive or high-churn files
45+
.idea/**/dataSources/
46+
.idea/**/dataSources.ids
47+
.idea/**/dataSources.local.xml
48+
.idea/**/sqlDataSources.xml
49+
.idea/**/dynamic.xml
50+
.idea/**/uiDesigner.xml
51+
.idea/**/dbnavigator.xml
52+
53+
# Gradle
54+
.idea/**/gradle.xml
55+
.idea/**/libraries
56+
57+
# Gradle and Maven with auto-import
58+
# When using Gradle or Maven with auto-import, you should exclude module files,
59+
# since they will be recreated, and may cause churn. Uncomment if using
60+
# auto-import.
61+
# .idea/artifacts
62+
# .idea/compiler.xml
63+
# .idea/jarRepositories.xml
64+
# .idea/modules.xml
65+
# .idea/*.iml
66+
# .idea/modules
67+
# *.iml
68+
# *.ipr
69+
70+
# CMake
71+
cmake-build-*/
72+
73+
# Mongo Explorer plugin
74+
.idea/**/mongoSettings.xml
75+
76+
# File-based project format
77+
*.iws
78+
79+
# IntelliJ
80+
out/
81+
82+
# mpeltonen/sbt-idea plugin
83+
.idea_modules/
84+
85+
# JIRA plugin
86+
atlassian-ide-plugin.xml
87+
88+
# Cursive Clojure plugin
89+
.idea/replstate.xml
90+
91+
# Crashlytics plugin (for Android Studio and IntelliJ)
92+
com_crashlytics_export_strings.xml
93+
crashlytics.properties
94+
crashlytics-build.properties
95+
fabric.properties
96+
97+
# Editor-based Rest Client
98+
.idea/httpRequests
99+
100+
# Android studio 3.1+ serialized cache file
101+
.idea/caches/build_file_checksums.ser
102+
103+
### Intellij Patch ###
104+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
105+
106+
# *.iml
107+
# modules.xml
108+
# .idea/misc.xml
109+
# *.ipr
110+
111+
# Sonarlint plugin
112+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
113+
.idea/**/sonarlint/
114+
115+
# SonarQube Plugin
116+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
117+
.idea/**/sonarIssues.xml
118+
119+
# Markdown Navigator plugin
120+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
121+
.idea/**/markdown-navigator.xml
122+
.idea/**/markdown-navigator-enh.xml
123+
.idea/**/markdown-navigator/
124+
125+
# Cache file creation bug
126+
# See https://youtrack.jetbrains.com/issue/JBR-2257
127+
.idea/$CACHE_FILE$
128+
129+
# CodeStream plugin
130+
# https://plugins.jetbrains.com/plugin/12206-codestream
131+
.idea/codestream.xml
132+
133+
### macOS ###
134+
# General
135+
.DS_Store
136+
.AppleDouble
137+
.LSOverride
138+
139+
# Icon must end with two \r
140+
Icon
141+
142+
143+
# Thumbnails
144+
._*
145+
146+
# Files that might appear in the root of a volume
147+
.DocumentRevisions-V100
148+
.fseventsd
149+
.Spotlight-V100
150+
.TemporaryItems
151+
.Trashes
152+
.VolumeIcon.icns
153+
.com.apple.timemachine.donotpresent
154+
155+
# Directories potentially created on remote AFP share
156+
.AppleDB
157+
.AppleDesktop
158+
Network Trash Folder
159+
Temporary Items
160+
.apdisk
161+
162+
### Vim ###
163+
# Swap
164+
[._]*.s[a-v][a-z]
165+
!*.svg # comment out if you don't need vector files
166+
[._]*.sw[a-p]
167+
[._]s[a-rt-v][a-z]
168+
[._]ss[a-gi-z]
169+
[._]sw[a-p]
170+
171+
# Session
19172
Session.vim
20-
# temporary
173+
Sessionx.vim
174+
175+
# Temporary
21176
.netrwhist
22177
*~
23-
# auto-generated tag files
178+
# Auto-generated tag files
24179
tags
180+
# Persistent undo
181+
[._]*.un~
25182

26-
### Mac
27-
.DS_Store
183+
### VisualStudioCode ###
184+
.vscode/*
185+
!.vscode/tasks.json
186+
!.vscode/launch.json
187+
*.code-workspace
188+
189+
### VisualStudioCode Patch ###
190+
# Ignore all local history of files
191+
.history
192+
.ionide
193+
194+
### Windows ###
195+
# Windows thumbnail cache files
196+
Thumbs.db
197+
Thumbs.db:encryptable
198+
ehthumbs.db
199+
ehthumbs_vista.db
200+
201+
# Dump file
202+
*.stackdump
203+
204+
# Folder config file
205+
[Dd]esktop.ini
206+
207+
# Recycle Bin used on file shares
208+
$RECYCLE.BIN/
209+
210+
# Windows Installer files
211+
*.cab
212+
*.msi
213+
*.msix
214+
*.msm
215+
*.msp
216+
217+
# Windows shortcuts
218+
*.lnk
219+
220+
# End of https://www.toptal.com/developers/gitignore/api/go,vim,intellij,visualstudiocode,macos,windows

vendor/github.com/calmh/luhn/LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/calmh/luhn/luhn.go

Lines changed: 0 additions & 70 deletions
This file was deleted.

vendor/github.com/cenkalti/backoff/.gitignore

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/github.com/cenkalti/backoff/.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/github.com/cenkalti/backoff/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)