feat(git): ignore all files & folders ending in .ignore

This commit is contained in:
Price Hiller 2023-09-28 13:01:08 -05:00
parent ba86dd9f63
commit 930497bec3
No known key found for this signature in database

View File

@ -2,3 +2,7 @@
# Ignore project specific configs for neovim
.nvim.lua
# Ignore all files and folders ending with `.ignore`
.ignore/
*.ignore