accounting-postgresql-utili.../.gitignore

32 lines
345 B
Plaintext
Raw Permalink Normal View History

2021-03-18 09:11:14 +01:00
# ---> 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*
2021-03-18 10:32:08 +01:00
/target/
/.project
/.settings
/.classpath
2023-06-21 11:25:16 +02:00
/.DS_Store