Revision 7a66d3b5ff158ca65973182ac9be921d6a01ed5e authored by brharrington on 04 September 2023, 18:41:32 UTC, committed by GitHub on 04 September 2023, 18:41:32 UTC
2 parent s f2d7cc4 + 847f07f
Raw File
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

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

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

# Intellij
*.iml
*.ipr
*.iws

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