Files
codex/codex-rs/.gitignore
Gabriel Peal f6fda4c039 100
2026-01-24 09:05:09 -08:00

10 lines
236 B
Plaintext

/target/
/target-*/
# Recommended value of CARGO_TARGET_DIR when using Docker as explained in .devcontainer/README.md.
# .gitignore
/target-amd64/
# Value of CARGO_TARGET_DIR when using .devcontainer/devcontainer.json.
/target-arm64/