Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1400 from sschuberth/hint-at-excludes…
Browse files Browse the repository at this point in the history
…File

Hint at not contributing user-specific Git ignores
  • Loading branch information
Byron authored Jun 14, 2024
2 parents 9c65d98 + 7778ed7 commit a10a5fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ $/tests/fixtures/commit-graphs/

# 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.

0 comments on commit a10a5fb

Please sign in to comment.