Philoignore is a simple command line gitignore generator
Make sure you have pip and python>=3.6 installed on your machine and follow the steps.
At this time, the package is not yet installed on pypi, so the only way to install the project is to use GitHub
pip install git+https://github.com/Hr-ArshA/Philoignore.git
⚠️ : Philoignore is POSIX-friendly And at this moment, But it is also compatible with Windows to a good extent.
Use ignore along with the technologies you want to create gitignore for.
ignore pythonor
ignore python venv djangoBy default, the file is created in the path where you are located, But you can use "-o" or "--output" flag to save the file in the path you want.
ignore python -o yout_path
ignore python --output yout_pathTo close the list of all gitignores, you can use the --list or -l flag
ignore --listPhiloignore is being licensed under the MIT License.
