Ignore certain .gitignore
files
#3044
-
In my home directory, i have a git repo that tracks my config files and i have "*" to ignore everything (plus unignoring certain files). This means I am aware that i can use Is there a way i can ignore my |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Maybe |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Maybe
--no-ignore-parent
. Otherwise, you can use.ignore
/.rgignore
to whitelist things.