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