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 1378241 commit e6393c7Copy full SHA for e6393c7
.gitignore
@@ -8,6 +8,27 @@ _vendor/
8
/playwright-report/
9
/blob-report/
10
/playwright/.cache/
11
+.venv
12
+# GO
13
+# Binaries for programs and plugins
14
*.exe
-.env
-.venv
15
+*.exe~
16
+*.dll
17
+*.so
18
+*.dylib
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/
28
29
+# Go workspace file
30
+go.work
31
+go.work.sum
32
33
+# env file
34
+.env
0 commit comments