summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 8e3b8c99384373240eb7387d1a4723e4bc455df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Ignore compiled Java bytecode
bin/
stage/
dist/
test-data/
*.class

# Ignore OS-specific files
.DS_Store
Thumbs.db

config.properties