feat(git): ignore all files & folders ending in .ignore
This commit is contained in:
parent
ba86dd9f63
commit
930497bec3
@ -2,3 +2,7 @@
|
|||||||
|
|
||||||
# Ignore project specific configs for neovim
|
# Ignore project specific configs for neovim
|
||||||
.nvim.lua
|
.nvim.lua
|
||||||
|
|
||||||
|
# Ignore all files and folders ending with `.ignore`
|
||||||
|
.ignore/
|
||||||
|
*.ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user