summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2e123f5b738d52f33a7ebdfa88e620362ed2399f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Java
.gradle/
.idea/
build/
*.iml
.java-version

# Jekyll (docs)
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

# Bundler (docs)
.bundle/
vendor/