# gnore **Repository Path**: mirrors_codejamninja/gnore ## Basic Information - **Project Name**: gnore - **Description**: Utility for .gitignore - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README g'nore *Beta* ================ Utility for .gitignore "I'm just gonna g'nore you" \- My Little Sister Please ★ this repo if you found it useful ★ ★ ★ DEPRICATED ========== Git has this functionality built in, making this project irrelivent. To clean all the files listed in the `.gitignore` file, you can simply run the following command. .. code:: sh git clean -fXd Features -------- - Generate a .gitignore file - Clean files listed in .gitignore file Installation ------------ .. code:: sh sudo pip install gnore Usage ------------ Run the following to clean files listed in your .gitignore .. code:: sh gnore clean Dependencies ------------ - `Python`_ Support ------- Submit an `issue`_ Buy Me Coffee ------------- A ridiculous amount of coffee was consumed in the process of building this project. `Add some fuel`_ if you’d like to keep me going! Contributing ------------ 1. Fork it! 2. Create your feature branch: ``git checkout -b my-new-feature`` 3. Commit your changes: ``git commit -m 'Add some feature'`` 4. Push to the branch: ``git push origin my-new-feature`` 5. Submit a pull request :D License ------- `MIT License`_ `Jam Risser`_ © 2017 Credits ------- - `Jam Risser`_ - Author Changelog --------- 0.2.0 (2017-08-21) - Beta 2 release - Replaced .gnore with .gitignore comments 0.1.0 (2017-08-21) - Beta release .. _Python: https://www.python.org/ .. _issue: https://github.com/jamrizzi/gnore/issues/new .. _Add some fuel: https://pay.jamrizzi.com .. _MIT License: https://github.com/jamrizzi/gnore/blob/master/LICENSE .. _Jam Risser: https://jamrizzi.com