Files
url-shortener/.dockerignore
2025-03-25 16:15:45 +01:00

16 lines
171 B
Plaintext

# Ignore the .git directory
.git/
# Ignore node_modules directory
node_modules/
# Ignore all .log files
*.log
# Ignore temporary files
tmp/
Rocket.toml
.env
sqlite.db