Rocket/.gitignore
Sergio Benitez 9b1cf229d7 Fix build, documentation, and tests.
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.
2024-02-25 15:19:37 -08:00

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