1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 09:54:02 +01:00
eclair/.gitignore
Pierre-Marie Padiou 5f68bf9223
Database nits (#1755)
* 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
2021-04-06 15:51:48 +02:00

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