Exclude production config from repo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
config.cgf
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[core]
|
||||
websocket_url="ws://127.0.0.1:6980"
|
||||
websocket_url="ws://localhost:6980"
|
||||
public_path="http://localhost:8899/"
|
||||
Reference in New Issue
Block a user