We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0872656 commit bf079d1Copy full SHA for bf079d1
.gitignore
@@ -0,0 +1,36 @@
1
+# Environment variables
2
+.env
3
+
4
+# Go build artifacts
5
+*.exe
6
+*.exe~
7
+*.dll
8
+*.so
9
+*.dylib
10
11
+# Test binary, built with `go test -c`
12
+*.test
13
14
+# Output of the go coverage tool
15
+*.out
16
17
+# Dependency directories
18
+vendor/
19
20
+# Go workspace file
21
+go.work
22
23
+# IDE files
24
+.vscode/
25
+.idea/
26
+*.swp
27
+*.swo
28
29
+# OS generated files
30
+.DS_Store
31
+.DS_Store?
32
+._*
33
+.Spotlight-V100
34
+.Trashes
35
+ehthumbs.db
36
+Thumbs.db
0 commit comments