2024-02-12 12:31:26 +01:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
bin
|
2024-03-14 14:10:25 +01:00
|
|
|
database.txt
|
2024-03-14 18:14:28 +01:00
|
|
|
plantuml.jar
|
2024-02-12 12:31:26 +01:00
|
|
|
db.sqlite3
|
2024-03-20 21:56:03 +01:00
|
|
|
db.sqlite3-journal
|
2024-03-14 18:14:28 +01:00
|
|
|
diagram.puml
|
|
|
|
backend/*.png
|
|
|
|
backend/*.jpg
|
|
|
|
backend/*.svg
|
2024-02-12 12:31:26 +01:00
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Go workspace file
|
|
|
|
go.work
|
|
|
|
|
|
|
|
# Ignore dependency directories
|
|
|
|
node_modules
|
|
|
|
vendor/
|
|
|
|
|
|
|
|
# Ignore build artifacts
|
|
|
|
build/
|
|
|
|
dist/
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Ignore IDE and editor-specific files
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
|
|
|
.DS_Store
|
2024-03-18 15:12:11 +01:00
|
|
|
.go.work.sum
|
2024-02-12 12:31:26 +01:00
|
|
|
|
|
|
|
# Ignore configuration files
|
|
|
|
.env
|
|
|
|
.env.local
|
|
|
|
*.conf
|
|
|
|
|
|
|
|
# Ignore user-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
|
2024-02-12 18:35:16 +01:00
|
|
|
*.gz
|
|
|
|
*.xz
|
|
|
|
*.tar
|
|
|
|
*.zip
|
|
|
|
*.rar
|
|
|
|
*.7z
|
|
|
|
*.bak
|
|
|
|
|
2024-02-27 07:45:38 +01:00
|
|
|
backend/backups
|
2024-02-28 03:21:33 +01:00
|
|
|
|
|
|
|
config.toml
|