I am having small problems with how to ignore all these files created by w / Solr / Sunspot.
Basically, I want to ignore everything inside solr/data , which includes many folders, subfolders and files.
solr/data
Just add
/solr/data
to your .gitignore .
.gitignore
Estimated catalog layout:
.git .gitignore solr/data/ other/ folders/ README.txt ...
You can do /solr/data or put the .gitignore file inside .gitignore / data and just put * .
*
Please note that you cannot ignore things that have already been completed.
Source: https://habr.com/ru/post/894600/More articles:How to deal with many-to-many relationships in MongoDB when Embedding is not the answer? - mongodbMathematica: evaluation procedure for numerical optimization of black box functions - optimizationIn PowerShell Provider, when do you update cache data? - powershellLimit eating all the memory b / c of unnecessary symbolic work - optimizationUnable to scroll UIScrollView - iosjava.lang.ClassNotFoundException: javax.servlet.jsp.SkipPageException - javaassembly language in os x - assemblyHow to specify a polymorphic association in a fixture - ruby-on-rails-3How to make the distance between a point and text in an unordered list smaller? - htmlAvfoundation - play and record video (along with audio and preview) at the same time - iphoneAll Articles