local remote removed from gitignore
This commit is contained in:
parent
2274f77063
commit
2f9fb1de98
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "myvc",
|
"name": "myvc",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"author": "Verdnatura Levante SL",
|
"author": "Verdnatura Levante SL",
|
||||||
"description": "MySQL Version Control",
|
"description": "MySQL Version Control",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
remotes/*.ini
|
remotes/*.ini
|
||||||
|
!remotes/local.ini
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[client]
|
||||||
|
host = 172.16.0.1
|
||||||
|
port = 3306
|
||||||
|
user = root
|
||||||
|
password = root
|
Loading…
Reference in New Issue