Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 758 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 758 Bytes

Introduction

This module allows to add .gitignore 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).

Installation

Manual

Download AddDefaultIgnoreFiles.psm1 and run Import-Module AddDefaultIgnoreFiles.psm1

PSGet (not working yet)

  1. Install psget
  2. Run Install-Module default-ignores

Usage

cd YOUR_PROJECT_ROOT

Add-GitIgnore adds .gitignore

Add-HgIgnore adds .hgignore

How to contribute

Templates are located in Content folder. Just fork, modify and send me a pull request.