🔧 Properly implements configuration submodule
This commit is contained in:
2
.config
2
.config
Submodule .config updated: 9b9cc35843...a7d38f3c6c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
.config/.gitignore
|
.config/.gitignore-dotnet
|
1
.vscode/tasks.json
vendored
Symbolic link
1
.vscode/tasks.json
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../.config/.vscode/tasks-dotnet.json
|
@ -1 +1 @@
|
|||||||
.config/Dotnet.code-workspace
|
.config/Sample.code-workspace
|
@ -1 +1 @@
|
|||||||
.config/Resharper.sln.DotSettings
|
.config/Sample.sln.DotSettings
|
@ -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.
|
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
|
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.
|
```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.
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
.config/gulpfile.js
|
|
Reference in New Issue
Block a user