Spaces:
Sleeping
Sleeping
stagbrook-tech
commited on
Commit
·
656f526
1
Parent(s):
09f2375
.gitignore
Browse files- .gitignore +21 -0
.gitignore
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Binaries for programs and plugins
|
2 |
+
*.exe
|
3 |
+
*.dll
|
4 |
+
*.so
|
5 |
+
*.dylib
|
6 |
+
*.test
|
7 |
+
|
8 |
+
# Output of the go coverage tool
|
9 |
+
*.out
|
10 |
+
|
11 |
+
# Dependency directories (vendor/)
|
12 |
+
vendor/
|
13 |
+
|
14 |
+
# Go workspace file
|
15 |
+
go.work
|
16 |
+
go.work.sum
|
17 |
+
|
18 |
+
# IDE/Editor specific files
|
19 |
+
.vscode/
|
20 |
+
.idea/
|
21 |
+
*.swp
|