mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
16 lines
171 B
Plaintext
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
|