Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zendyani/git2ignore
- Owner: zendyani
- Created: 2013-01-17T03:26:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-22T16:52:26.000Z (over 11 years ago)
- Last Synced: 2024-04-13T14:36:05.374Z (7 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
!subdirand in subdir
*
!.gitignorethat's it, happy gitignoring