We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d224fea commit ea604bcCopy full SHA for ea604bc
.gitignore
@@ -1,13 +1,25 @@
1
-# Binaries
2
-/croc
3
-/croc.exe
4
-zsh_autocomplete
5
-bash_autocomplete
6
-dist
7
-bin
8
-croc-stdin*
9
-
10
-.idea/
11
-.vscode/
12
-src/utils/bigfile.test
13
-test1/
+# If you prefer the allow list template instead of the deny list, see community template:
+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
+#
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+
+# Test binary, built with `go test -c`
+*.test
14
+# Output of the go coverage tool, specifically when used with LiteIDE
15
+*.out
16
17
+# Dependency directories (remove the comment below to include it)
18
+# vendor/
19
20
+# Go workspace file
21
+go.work
22
+go.work.sum
23
24
+# env file
25
+.env
0 commit comments