I\'m having a little trouble figuring out how to ignore all of these files that are created w/ Solr/Sunspot.
Basically I want to ignore everything inside of s
s
Just add
/solr/data
to your .gitignore.
.gitignore
Assumed directory layout:
.git .gitignore solr/data/ other/ folders/ README.txt ...