1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52# Compiled class files
*.class
# Jar, War, Ear files
*.jar
*.war
*.ear
# Maven build artifacts
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Gradle build artifacts
.gradle/
build/
# Eclipse-specific files
.project
.classpath
.settings/
*.launch
.metadata
# IntelliJ IDEA-specific files
.idea/
*.iml
*.iws
*.ipr
# NetBeans-specific files
nbproject/
*.form
*.ser
# OS-specific files
.DS_Store
Thumbs.db
# Log files
*.log
# Temporary files
*~
*.bak
*.swp