Commit 31609a7ca3d08b66d8062d99c56f2cf4312f8b67
1 parent
d0d2aac9
Exists in
master
adicionando .gitignore
Showing
1 changed file
with
57 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,57 @@ |
| 1 | +*.class | |
| 2 | +*.jasper | |
| 3 | + | |
| 4 | +# Mobile Tools for Java (J2ME) | |
| 5 | +.mtj.tmp/ | |
| 6 | + | |
| 7 | +# Package Files # | |
| 8 | +*.jar | |
| 9 | +*.war | |
| 10 | +*.ear | |
| 11 | + | |
| 12 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
| 13 | +hs_err_pid* | |
| 14 | + | |
| 15 | +*.pydevproject | |
| 16 | +.metadata | |
| 17 | +.gradle | |
| 18 | +bin/ | |
| 19 | +tmp/ | |
| 20 | +*.tmp | |
| 21 | +*.bak | |
| 22 | +*.swp | |
| 23 | +*~.nib | |
| 24 | +local.properties | |
| 25 | +.settings/ | |
| 26 | +.loadpath | |
| 27 | + | |
| 28 | +# Eclipse Core | |
| 29 | +.project | |
| 30 | + | |
| 31 | +# External tool builders | |
| 32 | +.externalToolBuilders/ | |
| 33 | + | |
| 34 | +# Locally stored "Eclipse launch configurations" | |
| 35 | +*.launch | |
| 36 | + | |
| 37 | +# CDT-specific | |
| 38 | +.cproject | |
| 39 | + | |
| 40 | +# JDT-specific (Eclipse Java Development Tools) | |
| 41 | +.classpath | |
| 42 | + | |
| 43 | +# Java annotation processor (APT) | |
| 44 | +.factorypath | |
| 45 | + | |
| 46 | +# PDT-specific | |
| 47 | +.buildpath | |
| 48 | + | |
| 49 | +# sbteclipse plugin | |
| 50 | +.target | |
| 51 | + | |
| 52 | +# TeXlipse plugin | |
| 53 | +.texlipse | |
| 54 | + | |
| 55 | +# STS (Spring Tool Suite) | |
| 56 | +.springBeans | |
| 57 | +target | ... | ... |