ignoring config and database

This commit is contained in:
Jolimaitre Matthieu 2021-11-12 21:06:09 +01:00
parent 3938b2032d
commit 21f4449da0
5 changed files with 2 additions and 8 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
/target /target
/database
/config.ron

View file

@ -1,4 +0,0 @@
(
database_path: "./database",
port: 42069
)

View file

@ -1,4 +0,0 @@
segment_size: 524288
use_compression: false
version: 0.34
v

Binary file not shown.

Binary file not shown.