-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
42 lines (35 loc) · 956 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ------------------ autogenerated file - do not edit -------------------
# This file was generated by sbt-laserdisc-defaults
#
# Please check in any changes generated in this file (for IDE support)
#
# To make changes, please publish a new version of the plugin at:
# https://github.com/laserdisc-io/sbt-laserdisc-defaults
#
# To temporarily disable generation, set this at the top of build.sbt:
# ThisBuild / laserdiscGitIgnoreGenOn := false
# -----------------------------------------------------------------------
# tip: use a "global" gitignore (core.excludesfile) for your own, local, personal preferences
# See: https://gist.github.com/subfuzion/db7f57fff2fb6998a16c
# scala / sbt / java
project/project/
project/target/
target/
.sbtopts
.tasty
# intellij
.idea/
*.iml
# metals / bsp
.metals/
.bloop/
.bsp/
project/metals.sbt
# vscode
.vscode/
# terraform
.terraform/
*.tfplan
*.terraform.lock.hcl
# mac
.DS_Store