Skip to content
Snippets Groups Projects
Commit d7b70000 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

JsonWizards: Move .gitignore template file


Change-Id: I8c225ace7e8ad991e50ed5c23884f423a5cbb80d
Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
parent dbec2d21
Branches
Tags
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"openInEditor": true "openInEditor": true
}, },
{ {
"source": "../git.ignore", "source": "../../git.ignore",
"target": ".gitignore", "target": ".gitignore",
"condition": "%{JS: ( %{IsTopLevelProject} && '%{VersionControl}' === 'G.Git' )}" "condition": "%{JS: ( %{IsTopLevelProject} && '%{VersionControl}' === 'G.Git' )}"
} }
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
"openAsProject": true "openAsProject": true
}, },
{ {
"source": "../git.ignore", "source": "../../git.ignore",
"target": "%{ProjectDirectory}/.gitignore", "target": "%{ProjectDirectory}/.gitignore",
"condition": "%{JS: %{IsTopLevelProject} && '%{VersionControl}' === 'G.Git'}" "condition": "%{JS: %{IsTopLevelProject} && '%{VersionControl}' === 'G.Git'}"
} }
......
...@@ -122,8 +122,8 @@ ...@@ -122,8 +122,8 @@
"target": "%{ProjectDirectory}/deployment.pri" "target": "%{ProjectDirectory}/deployment.pri"
}, },
{ {
"source": "../git.ignore", "source": "../../git.ignore",
"target": "%{ProjectDirectory}/.gitignore", "target": ".gitignore",
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}" "condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
} }
] ]
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
"target": "%{ProjectDirectory}/deployment.pri" "target": "%{ProjectDirectory}/deployment.pri"
}, },
{ {
"source": "../git.ignore", "source": "../../git.ignore",
"target": "%{ProjectDirectory}/.gitignore", "target": "%{ProjectDirectory}/.gitignore",
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}" "condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
} }
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
"condition": "%{QmlUISplit}" "condition": "%{QmlUISplit}"
}, },
{ {
"source": "../../qmake/git.ignore", "source": "../../git.ignore",
"target": "%{ProjectDirectory}/.gitignore", "target": "%{ProjectDirectory}/.gitignore",
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}" "condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
} }
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
"condition": "%{QmlUISplit}" "condition": "%{QmlUISplit}"
}, },
{ {
"source": "../../qmake/git.ignore", "source": "../../git.ignore",
"target": "%{ProjectDirectory}/.gitignore", "target": "%{ProjectDirectory}/.gitignore",
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}" "condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment