This module allows to add .gitignore
, .gitattributes
or .hgignore
with .NET default patterns to current folder just after the new repository is created. Templates are taken from github (Content
folder of this project).
- Install psget
- Run
Install-Module default-ignores
Download AddDefaultIgnoreFiles.psm1 and run Import-Module AddDefaultIgnoreFiles.psm1
cd YOUR_PROJECT_ROOT
Add-GitIgnore
adds .gitignore
Add-HgIgnore
adds .hgignore
Add-GitAttr
adds .gitattributes
Templates are located in Content
folder. Just fork, modify and send me a pull request.
Note that .gitignore is taken from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore