🔧 Properly implements configuration submodule

This commit is contained in:
2021-06-19 16:37:47 +03:00
parent 4a640e4ec6
commit cc8551f9f7
8 changed files with 7 additions and 6 deletions

Submodule .config updated: 9b9cc35843...a7d38f3c6c

2
.gitignore vendored
View File

@ -1 +1 @@
.config/.gitignore
.config/.gitignore-dotnet

View File

@ -1 +0,0 @@
.config/.vscode

1
.vscode/tasks.json vendored Symbolic link
View File

@ -0,0 +1 @@
../.config/.vscode/tasks-dotnet.json

View File

@ -1 +1 @@
.config/Dotnet.code-workspace
.config/Sample.code-workspace

View File

@ -1 +1 @@
.config/Resharper.sln.DotSettings
.config/Sample.sln.DotSettings

View File

@ -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.

View File

@ -1 +0,0 @@
.config/gulpfile.js