We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82850be commit d97f73fCopy full SHA for d97f73f
.dockerignore
@@ -0,0 +1,32 @@
1
+# Binaries for programs and plugins
2
+*.exe
3
+*.exe~
4
+*.dll
5
+*.so
6
+*.dylib
7
+
8
+# Test binary, built with `go test -c`
9
+*.test
10
11
+# Output of the go coverage tool, specifically when used with LiteIDE
12
+*.out
13
14
+# Go workspace file
15
+go.work
16
17
+# Visual Studio Code workspace settings
18
+.vscode/
19
20
+# macOS
21
+.DS_Store
22
23
+# Temporary files
24
+temp/
25
26
+# Build artifacts
27
+bin/
28
+release/
29
30
+# Git repository
31
+.git/
32
+.github/
0 commit comments