文件名称:scala-gitignore:.gitignore文件遍历算法实现
文件大小:24KB
文件格式:ZIP
更新时间:2024-04-10 03:04:06
Scala
scala-gitignore 文件遍历算法实现。 例子 scala > import java . nio . file . Path , codes . quine . labo . gitignore . _ import java . nio . file . Path import codes . quine . labo . gitignore . _ scala > { | val list = List .newBuilder[ String ] | GitIgnore .traverse( Path .of( " project " )) { path => | list.addOne( Path .of( " " ).toAbsolutePath.relativize(path).toString) | }
【文件预览】:
scala-gitignore-master
----.scalafix.conf(113B)
----.github()
--------workflows()
----LICENSE(1KB)
----src()
--------test()
--------main()
----build.sbt(2KB)
----.gitignore(687B)
----CHANGELOG.md(42B)
----project()
--------build.properties(18B)
--------plugin.sbt(298B)
----README.md(758B)
----.editorconfig(115B)
----.scalafmt.conf(28B)