aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b63bf17ced14dbde92ff04958c904ec87cdbe881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Ignore compiled Java bytecode
bin/
*.class

# Ignore packaged binaries
*.jar
*.war

# Ignore OS-specific files
.DS_Store
Thumbs.db

# Optional: Ignore environment properties if they hold local secrets
# config.properties