mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 10:45:41 -04:00
74 lines
557 B
Plaintext
Executable File
74 lines
557 B
Plaintext
Executable File
# #
|
|
# Binaries
|
|
# #
|
|
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# #
|
|
# TVApp2 Specific
|
|
# #
|
|
|
|
*.dat
|
|
*.xml
|
|
*.txt
|
|
|
|
# #
|
|
# Test binary
|
|
# build with `go test -c`
|
|
# #
|
|
|
|
*.test
|
|
|
|
# #
|
|
# Output for go coverage tool, specifically when used with LiteIDE
|
|
# #
|
|
|
|
*.out
|
|
|
|
# #
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
# #
|
|
|
|
# #
|
|
# Go workspace file
|
|
# #
|
|
|
|
go.work
|
|
|
|
# #
|
|
# Mac
|
|
# #
|
|
|
|
.DS_STORE
|
|
|
|
# #
|
|
# Visual Studio Code
|
|
# #
|
|
|
|
.vscode/
|
|
|
|
# #
|
|
# Temp folders
|
|
# #
|
|
|
|
.temp/
|
|
temp/
|
|
work/
|
|
|
|
# #
|
|
# Python Cache
|
|
# #
|
|
|
|
__pycache__/
|
|
|
|
# #
|
|
# logs
|
|
# #
|
|
|
|
.log
|