mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-21 22:11:46 +01:00
* proper formatting * prefix sqlite-specific tests * fix double init tests Due to how the `TestDatabases` is instantiated, calling `dbs.dbName` twice was a no-op. * add jdbcurl files to gitignore
30 lines
311 B
Text
30 lines
311 B
Text
*.class
|
|
*.log
|
|
|
|
# sbt specific
|
|
.cache/
|
|
.history/
|
|
.lib/
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
|
|
# mvn specific
|
|
dependency-reduced-pom.xml
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
.worksheet
|
|
|
|
.idea/
|
|
*.iml
|
|
target/
|
|
project/target
|
|
DeleteMe*.*
|
|
*~
|
|
jdbcUrlFile_*.tmp
|
|
|
|
.DS_Store
|