2019-02-09 12:30:49 +00:00
|
|
|
####
|
|
|
|
# Go
|
|
|
|
####
|
|
|
|
|
2023-09-12 00:36:48 +00:00
|
|
|
# Vendored dependencies
|
|
|
|
vendor
|
|
|
|
|
2019-02-09 12:30:49 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
2019-07-02 11:17:18 +00:00
|
|
|
# GraphQL generated output
|
2022-04-25 05:55:05 +00:00
|
|
|
internal/api/generated_*.go
|
2019-07-02 11:17:18 +00:00
|
|
|
|
2022-11-15 22:31:44 +00:00
|
|
|
####
|
|
|
|
# Visual Studio
|
|
|
|
####
|
|
|
|
/.vs
|
|
|
|
|
2019-02-09 12:30:49 +00:00
|
|
|
# User-specific stuff
|
|
|
|
.idea/**/workspace.xml
|
|
|
|
.idea/**/tasks.xml
|
|
|
|
.idea/**/usage.statistics.xml
|
|
|
|
.idea/**/dictionaries
|
|
|
|
.idea/**/shelf
|
2021-03-18 10:45:18 +00:00
|
|
|
.vscode
|
2021-12-13 02:41:07 +00:00
|
|
|
.devcontainer
|
2019-02-09 12:30:49 +00:00
|
|
|
|
|
|
|
# Generated files
|
|
|
|
.idea/**/contentModel.xml
|
|
|
|
|
|
|
|
# Sensitive or high-churn files
|
|
|
|
.idea/**/dataSources/
|
|
|
|
.idea/**/dataSources.ids
|
|
|
|
.idea/**/dataSources.local.xml
|
|
|
|
.idea/**/sqlDataSources.xml
|
|
|
|
.idea/**/dynamic.xml
|
|
|
|
.idea/**/uiDesigner.xml
|
|
|
|
.idea/**/dbnavigator.xml
|
|
|
|
|
|
|
|
####
|
|
|
|
# Random
|
|
|
|
####
|
|
|
|
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
*.db
|
|
|
|
|
2022-03-17 00:33:59 +00:00
|
|
|
/stash
|
2023-11-18 23:36:13 +00:00
|
|
|
/Stash.app
|
2023-07-11 05:53:53 +00:00
|
|
|
/phasher
|
2019-02-09 12:30:49 +00:00
|
|
|
dist
|
2023-03-01 04:09:28 +00:00
|
|
|
.DS_Store
|
2023-07-11 05:53:53 +00:00
|
|
|
/.local*
|