updated gitignore with .gradle and build folders
This commit is contained in:
parent
38ab9c47a1
commit
5596af7f69
|
@ -6,3 +6,5 @@
|
||||||
*.ear
|
*.ear
|
||||||
/bin
|
/bin
|
||||||
*/.settings/
|
*/.settings/
|
||||||
|
*/.gradle
|
||||||
|
*/build*
|
||||||
|
|
Loading…
Reference in New Issue