Files
url-shortener/.dockerignore
2025-03-25 15:33:49 +01:00

15 lines
161 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