Exclude production config from repo

This commit is contained in:
2023-06-01 23:01:10 +02:00
parent edfeffd754
commit aaf2d7a914
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@
.import/
export.cfg
export_presets.cfg
config.cgf
# Imported translations (automatically generated from CSV files)
*.translation

View File

@@ -1,3 +1,3 @@
[core]
websocket_url="ws://127.0.0.1:6980"
websocket_url="ws://localhost:6980"
public_path="http://localhost:8899/"