What files should be ignored in Mercurial when using Android Studio (1.0 RC4 Windows) for development?
Creating new application project also creates .gitignore
.gitignore
IntelliJ IDEA mercurial .hgignore file for regular gradle / maven java multi project including wrappers (wrappers also should be committed)
syntax: regexp .gradle/* .idea/* syntax: glob .git/* */out/* */build/* */target/* .DS_Store *.iml *.ipr *.iws *.log