diff --git a/.gitignore b/.gitignore index 1b6985c..079a10c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,12 @@ # Ignore Gradle build output directory build + +#Ignora carpeta bin +bin + + +# Ignora configuración del proyecto eclipse +.project +.settings +.classpath \ No newline at end of file