fix: stop tracking legacy config file

This commit is contained in:
Ferdinand Mütsch 2020-10-04 12:20:11 +02:00
parent c54f2743fd
commit 4d22756b8a
3 changed files with 3 additions and 17 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ wakapi
build
*.exe
*.db
config.yml
config.yml
config.ini

View File

@ -1,15 +0,0 @@
[server]
listen = 127.0.0.1
port = 3000
base_path = /
insecure_cookies = false
[app]
cleanup = false
[database]
max_connections = 2
[languages]
vue = Vue
jsx = JSX

View File

@ -1 +1 @@
1.12.1
1.12.2