mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-01 22:32:11 +00:00
9b1cf229d7
This commit makes it possible to build, document, and test Rocket v0.4. The main changes are: * A `Cargo.lock` was added that includes references to yanked deps. * The `tls` feature isn't tested as `ring` fails to build. * The site guide was moved to `docs/guide`. * The `site/` directory was removed.
34 lines
565 B
Plaintext
34 lines
565 B
Plaintext
# 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
|
|
|
|
# Cargo config directory
|
|
.cargo/
|
|
|
|
# The upload script, for now.
|
|
scripts/upload-docs.sh
|
|
scripts/redirect.html
|
|
|
|
# Backup files.
|
|
*.bak
|
|
|
|
# Uploads in pastebin example.
|
|
examples/pastebin/upload/*
|
|
examples/todo/db/db.sqlite-shm
|
|
examples/todo/db/db.sqlite-wal
|