Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zendyani/git2ignore

shell script to add static file to git .gitignore file
https://github.com/zendyani/git2ignore

Last synced: 6 days ago
JSON representation

shell script to add static file to git .gitignore file

Awesome Lists containing this project

README

        

git2ignore
==========

shell script to add static file to git .gitignore file

Update:
======
This script is obsolte due to possibility to make it with git:
suppose you want to ignore alla files in a sub dir but not the subdir in question
all you have to do is to create in the subdir and parentSubdir a .gitignore
content of .gitignore parent

*

!.gitignore

!subdir

and in subdir

*

!.gitignore

that's it, happy gitignoring