We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286d354 commit 9ddcfb8Copy full SHA for 9ddcfb8
.DS_Store
0 Bytes
.gitignore
@@ -0,0 +1,27 @@
1
+# common
2
+.idea/
3
+.vscode/
4
+.DS_Store
5
+output/
6
+src/.idea/
7
+src/github.com/
8
+
9
+# Binaries for programs and plugins
10
+main
11
+*.exe
12
+*.exe~
13
+*.dll
14
+*.so
15
+*.dylib
16
+*.rar
17
+*.a
18
+*.xml
19
20
+# Test binary, built with `go test -c`
21
+*.test
22
23
+# Output of the go coverage tool, specifically when used with LiteIDE
24
+*.out
25
26
+# Dependency directories (remove the comment below to include it)
27
+vendor/
0 commit comments