nicko/.gitignore

37 lines
413 B
Text
Raw Normal View History

2022-10-20 21:30:15 +02:00
# 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*
2023-01-31 15:48:41 +01:00
# Idea files
*.iml
2022-10-20 21:30:15 +02:00
# Idea Folder
.idea
# Build folder
target
# Maven Dependency Reduced Pom
2023-05-17 13:27:15 +02:00
dependency-reduced-pom.xml