blob: 9ec364ab149d008cc98aab09d44b372f4afe92a3 [file] [log] [blame]
PatrikBuhr0bc6dc52022-08-16 09:37:02 +02001# Compiled class file
2*.class
3
4# Mobile Tools for Java (J2ME)
5.mtj.tmp/
6
7# Log file
8*.log
9
10# BlueJ files
11*.ctxt
12
13# Package Files #
14*.jar
15*.war
16*.nar
17*.ear
18*.zip
19*.tar.gz
20*.rar
21
22# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23hs_err_pid*
24
25# Intellij IDE
26.idea
27*.iml
28
29# Eclipse IDE
30.project
31.classpath
32.settings
33bin
34
35# Maven
36target
37target/
38pom.xml.tag
39pom.xml.releaseBackup
40pom.xml.versionsBackup
41pom.xml.next
42release.properties
43dependency-reduced-pom.xml
44buildNumber.properties
45.mvn/timing.properties
46.mvn/wrapper/maven-wrapper.jar
47
48# CheckStyle files
49.checkstyle
50
51opt/
52
53# Visual Studio Code
54.factorypath