mirror of https://github.com/stashapp/stash.git
63 lines
855 B
Plaintext
63 lines
855 B
Plaintext
|
####
|
||
|
# 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
|
||
|
|
||
|
# Packr2 artifacts
|
||
|
**/*-packr.go
|
||
|
|
||
|
# GraphQL generated output
|
||
|
pkg/models/generated_*.go
|
||
|
ui/v2.5/src/core/generated-*.tsx
|
||
|
|
||
|
# packr generated files
|
||
|
*-packr.go
|
||
|
|
||
|
####
|
||
|
# 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
|
||
|
|
||
|
####
|
||
|
# Random
|
||
|
####
|
||
|
|
||
|
ui/v2.5/node_modules
|
||
|
ui/v2.5/build
|
||
|
|
||
|
*.db
|
||
|
|
||
|
stash
|
||
|
dist
|
||
|
|
||
|
docker
|