mirror of
https://github.com/mx42/aoc2024.scala.git
synced 2026-01-13 21:39:52 +01:00
37 lines
339 B
Plaintext
37 lines
339 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# sbt specific
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
project/local-plugins.sbt
|
|
.history
|
|
.ensime
|
|
.ensime_cache/
|
|
.sbt-scripted/
|
|
local.sbt
|
|
|
|
# Bloop
|
|
.bsp
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Metals
|
|
.bloop/
|
|
.metals/
|
|
metals.sbt
|
|
|
|
# IDEA
|
|
.idea
|
|
.idea_modules
|
|
/.worksheet/
|
|
|
|
.direnv
|
|
|
|
src/main/resources
|