Skip to content

Commit

Permalink
Add *.patch files to .gitignore
Browse files Browse the repository at this point in the history
- Stop `.patch` files from accidentally added to git
  • Loading branch information
Sperling-0 committed Dec 13, 2024
1 parent f83d41a commit 742f80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.env
.eslintcache
.idea/
*.patch
npm-debug.log
node_modules/
dist/
Expand Down

0 comments on commit 742f80c

Please sign in to comment.