stash-box/.dockerignore
2021-08-19 20:19:56 +02:00

62 lines
820 B
Plaintext

# 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
####
# Visual Studio Code
####
.vscode
####
# Jetbrains
####
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# 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
# Vim
*.swp
####
# Random
####
frontend/node_modules/*
frontend/build/*
*.db
stashdb
stash-box
dist
pkg/models/generated_*.go
# TODO - we'll add this in later
vendor
docker