Revision 1958df5c8becc63a8bc38f59344b506e5fc47550 authored by brharrington on 09 May 2016, 01:37:54 UTC, committed by brharrington on 09 May 2016, 01:37:54 UTC
2 parent s b3f547a + 38e17ed
Raw File
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top