Metadata-Version: 2.1
Name: dotignore
Version: 0.0.1
Summary: Command line tool to generate ignore files
Home-page: https://github.com/Xvezda/dotignore
Author: Xvezda
Author-email: xvezda@naver.com
License: UNKNOWN
Description: # dotignore
        
        [![Version](https://img.shields.io/pypi/v/dotignore)](https://pypi.org/project/dotignore)
        [![License](https://img.shields.io/pypi/l/dotignore)](https://pypi.org/project/dotignore)
        
        Command line tool to generate dotignore files
        
        ![Demo](https://gist.githubusercontent.com/Xvezda/2088adeb8efc42e724c1871942c87583/raw/dotignore.gif)
        
        ## Installation
        ```sh
        pip install dotignore
        ```
        
        ## License
        
        Copyright (C) 2020 [Xvezda](mailto:xvezda@naver.com)
        
        [MIT License](LICENSE)
        
        
        ## TODO
        
        - [ ] Support other dotignore files (e.g. `.npmignore`, `.dockerignore`, etc.)
        - [ ] Write test
        
Keywords: git,ignore files,command line tool
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
