Skip to content

Commit 6c89f1c

Browse files
committed
build: add gitignore
0 parents  commit 6c89f1c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
bin/
8+
example/kanban/kanban
9+
10+
# Test binary, built with `go test -c`
11+
*.test
12+
13+
# Output of the go coverage tool, specifically when used with LiteIDE
14+
*.out
15+
16+
# Dependency directories (remove the comment below to include it)
17+
# vendor/
18+
19+
# Go workspace file
20+
go.work
21+
22+
# IDEs
23+
.idea/
24+
.vscode/
25+
26+
# OS specific
27+
.DS_Store

0 commit comments

Comments
 (0)