TTime/.gitignore

66 lines
741 B
Text
Raw Normal View History

2024-02-12 12:31:26 +01:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
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
2024-03-23 20:32:00 +01:00
/go.work.sum
/package-lock.json
/backend/docs/swagger.json
2024-03-23 20:32:00 +01:00
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
*.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