1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-05 16:42:40 +02:00
Files
gitoxide/.gitignore
2024-06-14 11:50:42 +02:00

24 lines
759 B
Plaintext

# Created by .ignore support plugin (hsz.mobi)
### Rust template
# Generated by Cargo
# will have compiled files and executables
target/
# repositories used for local testing
/tests/fixtures/repos
$/tests/fixtures/repos/
/tests/fixtures/commit-graphs/
$/tests/fixtures/commit-graphs/
**/generated-do-not-edit/
# Cargo lock files of fuzz targets - let's have the latest versions of everything under test
**/fuzz/Cargo.lock
# newer Git sees these as precious, older Git falls through to the pattern above
$**/fuzz/Cargo.lock
# Instead of adding more environment-specific ignores here, like for the IDE in use, prefer Git's user-global
# `core.excludesFile` mechanism, see https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile.