Skip to content

Commit

Permalink
Updated .gitignore to only exclude images from the project root direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
btfranklin committed Jul 25, 2024
1 parent d100fb1 commit 2e391dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
*.jpg
*.png
*.pxd
/*.jpg
/*.png
/*.pxd

0 comments on commit 2e391dc

Please sign in to comment.