2019-02-09 12:30:49 +00:00
|
|
|
####
|
|
|
|
# Go
|
|
|
|
####
|
|
|
|
|
|
|
|
# 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
|
|
|
|
pkg/models/generated_*.go
|
2020-03-20 21:21:49 +00:00
|
|
|
ui/v2.5/src/core/generated-*.tsx
|
2019-07-02 11:17:18 +00:00
|
|
|
|
2019-02-09 12:30:49 +00:00
|
|
|
####
|
|
|
|
# Jetbrains
|
|
|
|
####
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2020-08-16 23:21:58 +00:00
|
|
|
# Goland Junk
|
|
|
|
pkg/pkg
|
|
|
|
|
2019-02-09 12:30:49 +00:00
|
|
|
####
|
|
|
|
# Random
|
|
|
|
####
|
|
|
|
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
*.db
|
|
|
|
|
2022-03-17 00:33:59 +00:00
|
|
|
/stash
|
2019-02-09 12:30:49 +00:00
|
|
|
dist
|
2020-08-16 23:21:58 +00:00
|
|
|
.DS_Store
|