a love letter to tangled (android, iOS, and a search API)
1# If you prefer the allow list template instead of the deny list, see community template:
2# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3#
4# Binaries for programs and plugins
5twister
6*.exe
7*.exe~
8*.dll
9*.so
10*.dylib
11
12# Test binary, built with `go test -c`
13*.test
14
15# Code coverage profiles and other test artifacts
16*.out
17coverage.*
18*.coverprofile
19profile.cov
20
21# Dependency directories (remove the comment below to include it)
22# vendor/
23
24# Go workspace file
25go.work
26go.work.sum
27
28# env file
29.env
30
31# Editor/IDE
32# .idea/
33# .vscode/