this repo has no description
1*.exe
2*.exe~
3*.dll
4*.so
5*.dylib
6
7# Test binary, built with `go test -c`
8*.test
9
10# Code coverage profiles and other test artifacts
11*.out
12coverage.*
13*.coverprofile
14profile.cov
15
16# Dependency directories (remove the comment below to include it)
17# vendor/
18
19# Go workspace file
20go.work
21go.work.sum
22
23# env file
24.env
25
26# Editor/IDE
27# .idea/
28# .vscode/
29
30# Application-specific
31*.db
32/cmd/appview/appview