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
|
2023-07-20 06:43:59 +00:00
|
|
|
__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
|
|
|
|
|
|
|
|
server/backend/backend
|
|
|
|
server/canteen/canteen
|
|
|
|
server/data-transfer/data-transfer
|
|
|
|
server/home-user-auth/home-user-auth
|
|
|
|
server/inventory/inventory
|
|
|
|
server/map-library/map-library
|
|
|
|
server/orders/orders
|
|
|
|
server/product/product
|
|
|
|
server/product-model/product-model
|
|
|
|
server/product-template/product-template
|
|
|
|
server/shopping-cart-confirmation/shopping-cart-confirmation
|
|
|
|
server/upload/upload
|
2023-07-30 16:41:04 +00:00
|
|
|
server/webset/webset
|
|
|
|
|
|
|
|
shared-state
|