fusenapi/.gitignore

45 lines
609 B
Plaintext
Raw Normal View History

2023-05-31 02:36:58 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2023-08-03 08:49:25 +00:00
bin/
2023-05-31 02:36:58 +00:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
2023-06-06 09:25:49 +00:00
#vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
2023-06-06 12:08:32 +00:00
*.vsix
2023-07-06 10:25:04 +00:00
__debug_bin
__debug_bin*
2023-07-06 10:25:04 +00:00
.idea
2023-07-10 05:05:49 +00:00
.vscode
2023-07-10 06:00:23 +00:00
screenlog.*
2023-07-19 03:49:21 +00:00
*.txt
proxyserver/proxyserver
2023-09-18 10:44:12 +00:00
shared-state
*.zip