Files
ohrwurm/.dockerignore
Johannes Heuel 8985945659
All checks were successful
tests / fmt (push) Successful in 1m46s
tests / clippy (push) Successful in 1m48s
tests / test (push) Successful in 1m50s
tests / pre-commit (push) Successful in 2m5s
tests / build (push) Successful in 2m31s
deploy / release-image (push) Successful in 5m44s
add database
2024-06-20 20:16:19 +02:00

18 lines
153 B
Plaintext

# Docker files
Dockerfile
.dockerignore
# Git files
.git
.github
.gitignore
LICENSE
README.md
# Cargo files
**/*.rs.bk
/target/
# Database files
data