summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ab7da5093a741674ba6d47926d6a391323e9990e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Project files and paths.
.classpath
.project
*.iml
**/*.iml
.settings/
bin/
libs/
gen/
.idea/

# ignore OS X metadata
.DS_Store