forked from qt-creator/qt-creator
Wizards: Fix location of git ignore file
Change-Id: I14a914a53f511353d8d24f8236d7c434ce54dea6 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
"source": "qml.qrc"
|
"source": "qml.qrc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "../../git.ignore",
|
"source": "../git.ignore",
|
||||||
"target": ".gitignore",
|
"target": ".gitignore",
|
||||||
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
|
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
|
||||||
}
|
}
|
||||||
|
@@ -217,7 +217,7 @@
|
|||||||
"source": "qml.qrc"
|
"source": "qml.qrc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "../../git.ignore",
|
"source": "../git.ignore",
|
||||||
"target": ".gitignore",
|
"target": ".gitignore",
|
||||||
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
|
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
|
||||||
}
|
}
|
||||||
|
@@ -160,7 +160,7 @@
|
|||||||
"source": "qtquickcontrols2.conf"
|
"source": "qtquickcontrols2.conf"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "../../git.ignore",
|
"source": "../git.ignore",
|
||||||
"target": ".gitignore",
|
"target": ".gitignore",
|
||||||
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
|
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user