i like to know if it's possible (and if its possible how it can be achieved) to ignore files starting with # in git via .gitignore. I already tried
\\#.myfile
with no luck.
i like to know if it's possible (and if its possible how it can be achieved) to ignore files starting with # in git via .gitignore. I already tried
\\#.myfile
with no luck.