Skip to content

Commit

Permalink
Blacklist the .git folder.
Browse files Browse the repository at this point in the history
Definitely going to keep this issue simple. Lots more we could do here
with automatically ignoring all of the contents of a repo's `.gitignore`
and such, however folks can still ignore these in their config quite
easily.

closes #148
  • Loading branch information
thedodd committed Mar 24, 2021
1 parent b74d95f commit 8046da8
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 69 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This changelog follows the patterns described here: https://keepachangelog.com/e
Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`.

## Unreleased
### fixed
- Fixed [#148](https://github.com/thedodd/trunk/issues/148): any changes detected under a `.git` path are now being ignored by default.

## 0.10.0
### changed
Expand Down
Loading

0 comments on commit 8046da8

Please sign in to comment.