Rocket/.gitignore

32 lines
503 B
Plaintext
Raw Normal View History

# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Generated by Cargo
target
# Generated databases
db.sqlite
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
2021-03-05 05:52:42 +00:00
# Cargo config directory
.cargo/
2016-10-18 19:04:56 +00:00
# The upload script, for now.
scripts/upload-docs.sh
2018-10-29 11:55:18 +00:00
scripts/redirect.html
2016-12-24 21:05:32 +00:00
# Backup files.
*.bak
2017-04-14 21:39:17 +00:00
# Uploads in pastebin example.
examples/pastebin/upload/*