mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-19 01:43:22 +01:00
5f68bf9223
* 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
31 lines
311 B
Plaintext
31 lines
311 B
Plaintext
*.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
|