stash/.gitignore

61 lines
814 B
Plaintext
Raw Normal View History

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
internal/api/generated_*.go
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
.vscode
.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
# Goland Junk
pkg/pkg
2019-02-09 12:30:49 +00:00
####
# Random
####
node_modules
*.db
/stash
2019-02-09 12:30:49 +00:00
dist
.DS_Store