Eliminar .gitignore

This commit is contained in:
fernando.escobar 2025-02-12 13:38:49 +00:00
parent bf30f8524c
commit 1fdce54e55
1 changed files with 0 additions and 36 deletions

36
.gitignore vendored
View File

@ -1,36 +0,0 @@
# ---> NetBeans
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# ---> Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*