Revision d235dd5fd3fcc666fc39233d1a00621ecf926b62 authored by Brian Harrington on 20 January 2020, 21:38:18 UTC, committed by Brian Harrington on 20 January 2020, 21:38:18 UTC
1 parent 59f01bc
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