-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Was publishing an empty JAR after some recent change. SBT is weird.
- Loading branch information
1 parent
021118f
commit 9c5307c
Showing
2 changed files
with
72 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# This is https://raw.githubusercontent.com/scala/scala/2.13.x/.gitignore | ||
|
||
# Are you tempted to edit this file? | ||
# | ||
# First consider if the changes make sense for all, | ||
# or if they are specific to your workflow/system. | ||
# If it is the latter, you can augment this list with | ||
# entries in .git/info/excludes | ||
# | ||
# see also test/files/.gitignore | ||
# | ||
|
||
# | ||
# JARs aren't checked in, they are fetched by sbt | ||
# | ||
/lib/*.jar | ||
/test/files/codelib/*.jar | ||
/test/files/lib/*.jar | ||
/test/files/speclib/instrumented.jar | ||
/tools/*.jar | ||
|
||
# Developer specific properties | ||
/build.properties | ||
/buildcharacter.properties | ||
|
||
# might get generated when testing Jenkins scripts locally | ||
/jenkins.properties | ||
|
||
# target directory for build | ||
/build/ | ||
|
||
# other | ||
/out/ | ||
/bin/ | ||
/sandbox/ | ||
|
||
# intellij | ||
/src/intellij*/*.iml | ||
/src/intellij*/*.ipr | ||
/src/intellij*/*.iws | ||
**/.cache | ||
/.idea | ||
/.settings | ||
|
||
# vscode | ||
/.vscode | ||
|
||
# Standard symbolic link to build/quick/bin | ||
/qbin | ||
|
||
# sbt's target directories | ||
/target/ | ||
/project/**/target/ | ||
/test/macro-annot/target/ | ||
/test/files/target/ | ||
/test/target/ | ||
/build-sbt/ | ||
local.sbt | ||
jitwatch.out | ||
|
||
# Used by the restarr/restarrFull commands as target directories | ||
/build-restarr/ | ||
/target-restarr/ | ||
|
||
# metals | ||
.metals | ||
.bloop | ||
project/**/metals.sbt | ||
|
||
.bsp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters