Files
loot-condition-interpreter/.gitignore
T
Oliver Hamlet 3af0ac5773 Commit Cargo.lock
This will allow deterministic builds in CI and is now the recommended approach (and cargo new no longer adds it to .gitignore).
2024-04-30 22:45:59 +01:00

8 lines
105 B
Plaintext

/target/
/tests/testing-plugins
/tests/libloot*
/tests/loot_api_python
/ffi/include/
/ffi/build/
.vscode