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

# Ignore OS-specific files
.DS_Store
Thumbs.db

config.properties