I\'m not sure what I\'m doing wrong in this case with my .gitignore file, but these files keep showing up.
I\'m using Jekyll to build a blog. Jekyll
Your .gitignore
file is currently detected as UTF-16LE encoded. Changing encoding to UTF-8 is the solution.
To fix:
Encoding
menu) to UTF-8 without BOMgit commit -m "fixed ignore file"
At this point, the ignore file should start working correctly.