Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Standard list, maybe not, but you have <a href="http://code.google.com/p/dherbst-app-engine-django/source/browse/.hgignore" rel="nofollow noreferrer">some</a> <a href="http://code.google.com/p/project-picky/source/browse/.hgignore?r=267f2f8e9b96e52765c97bc0072571d4eccdb7c0" rel="nofollow noreferrer">examples</a>:</p> <pre><code>syntax: regexp \.*py[co] \.DS_Store ~$ \.coverage \.egg-info syntax: glob nbproject app.yaml auth.py dist target WEB-INF/appengine-generated </code></pre> <p>Basically, at least any directory with <em>generated</em> content should be ignored.</p> <hr> <p>The same principles holds true for <em>Java</em> app projects like <a href="http://code.google.com/p/living-stories/source/browse/.hgignore?repo=wordpress" rel="nofollow noreferrer">this one</a> or <a href="https://fedorahosted.org/flies/browser/.hgignore" rel="nofollow noreferrer">that one</a>:</p> <pre><code>syntax: glob *~ *.patch *.sedbak */target/* */&lt;project_name&gt;searchindex/* */test-output/* hs_err_pid*.log tomcat syntax: regexp \.jar$ ^\.pc/ ^.ant-targets-build.xml \.pages.xml.spdia$ temp-testng-customsuite.xml$ # eclipse and maven stuff ^target # kde related \.directory$ #gwt related ^&lt;project_name&gt;-war/war/WEB-INF/classes/ ^&lt;project_name&gt;-war/tomcat \.gwt-tmp$ ^&lt;project_name&gt;-war/org.fedorahosted.&lt;project_name&gt;.webtrans.Application ^&lt;project_name&gt;-war/war/org.fedorahosted.&lt;project_name&gt;.webtrans.Application </code></pre> <p>Off course, I will <a href="https://stackoverflow.com/questions/2024307/what-should-be-committed-to-the-repository-in-the-eclipse-workspace">keep any Eclipse or maven related file under source control</a>, in order to facilitate the build step when anyone will clone the repo.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload