-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (41 loc) · 1.03 KB
/
.gitignore
File metadata and controls
50 lines (41 loc) · 1.03 KB
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
43
44
45
46
47
48
49
50
# ------------------ 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
*.private.env.json
# metals / bsp
.metals/
.bloop/
.bsp/
project/metals.sbt
# vscode
.vscode/
# terraform
.terraform/
*.tfplan
*.terraform.lock.hcl
# mac
.DS_Store
# OpenAPI
.openapi-generator-ignore
.openapi-generator/
# direnv
.envrc.sample