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