mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
* Fix macOS notifications * Change CFBundleIdentifier to match domain * Distribute Stash.app * Also build universal phasher binary * Fix binary name in check_version.go * Expose GOOS, working dir and home dir in systemStatus endpoint * Disable setup in working directory when running Stash.app * More Makefile improvements, remove unused scripts * Improve READMEs and documentation
71 lines
875 B
Text
71 lines
875 B
Text
####
|
|
# Go
|
|
####
|
|
|
|
# Vendored dependencies
|
|
vendor
|
|
|
|
# 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
|
|
|
|
# GraphQL generated output
|
|
internal/api/generated_*.go
|
|
|
|
####
|
|
# Jetbrains
|
|
####
|
|
|
|
|
|
####
|
|
# Visual Studio
|
|
####
|
|
/.vs
|
|
|
|
# User-specific stuff
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/usage.statistics.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
.vscode
|
|
.devcontainer
|
|
|
|
# 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
|
|
|
|
####
|
|
# Random
|
|
####
|
|
|
|
node_modules
|
|
|
|
*.db
|
|
|
|
/stash
|
|
/Stash.app
|
|
/phasher
|
|
dist
|
|
.DS_Store
|
|
/.local*
|