From cc8551f9f7d1512adae943e0a83527e2ca6a9241 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sat, 19 Jun 2021 16:37:47 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Properly=20implements=20configur?= =?UTF-8?q?ation=20submodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config | 2 +- .gitignore | 2 +- .vscode | 1 - .vscode/tasks.json | 1 + Dotnet.code-workspace | 2 +- Dotnet.sln.DotSettings | 2 +- README.md | 2 ++ gulpfile.js | 1 - 8 files changed, 7 insertions(+), 6 deletions(-) delete mode 120000 .vscode create mode 120000 .vscode/tasks.json delete mode 120000 gulpfile.js diff --git a/.config b/.config index 9b9cc35..a7d38f3 160000 --- a/.config +++ b/.config @@ -1 +1 @@ -Subproject commit 9b9cc35843015349a3033a0f28d9084b30c0e42c +Subproject commit a7d38f3c6c34168ec05935f8bb4898d77bc114d9 diff --git a/.gitignore b/.gitignore index 0b35e65..e6ab0ae 120000 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.config/.gitignore \ No newline at end of file +.config/.gitignore-dotnet \ No newline at end of file diff --git a/.vscode b/.vscode deleted file mode 120000 index f10b680..0000000 --- a/.vscode +++ /dev/null @@ -1 +0,0 @@ -.config/.vscode \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 120000 index 0000000..a46957e --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1 @@ +../.config/.vscode/tasks-dotnet.json \ No newline at end of file diff --git a/Dotnet.code-workspace b/Dotnet.code-workspace index faea5b2..45c482d 120000 --- a/Dotnet.code-workspace +++ b/Dotnet.code-workspace @@ -1 +1 @@ -.config/Dotnet.code-workspace \ No newline at end of file +.config/Sample.code-workspace \ No newline at end of file diff --git a/Dotnet.sln.DotSettings b/Dotnet.sln.DotSettings index d5ff3a1..920203b 120000 --- a/Dotnet.sln.DotSettings +++ b/Dotnet.sln.DotSettings @@ -1 +1 @@ -.config/Resharper.sln.DotSettings \ No newline at end of file +.config/Sample.sln.DotSettings \ No newline at end of file diff --git a/README.md b/README.md index 76d424d..810361c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A simple template leveraging [.Config][1] dotfiles submodule for rapid project deployment. Simply rename Solution.{code-workspace,sln,sln.DotSettings} to your project name and get started! Afterwards, replace this readme with the actual documentation of your project. +Additionally, change the Project & Repository urls on [src/Directory.Build.props](src/Directory.Build.props). + Additionally, until GitHub properly supports submodule definitions from template repositories, after cloning you should run ```git submodule add https://github.com/kritikos-io/.config``` from the repository root. You can replace the submodule with a compatible fork (to preserve your own default namespace etc) **provided it keeps file naming intact** since most files are appearing as symlinks. diff --git a/gulpfile.js b/gulpfile.js deleted file mode 120000 index 14eda9b..0000000 --- a/gulpfile.js +++ /dev/null @@ -1 +0,0 @@ -.config/gulpfile.js \ No newline at end of file