{ "info": { "author": "Qiushi Pan", "author_email": "ice.gitshell@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "Git-ignore\n===\n\n**Gitignore Template Generator.** | **[\u65e5\u672c\u8a9e\u8a18\u4e8b](http://qiugits.hatenablog.com/entry/2018/09/20/024218)** \nGit-ignore helps you to generate `.gitignore` file based on templates. \nYou can install it with ease, and customize with your own templates.\n\nTry it now, and leave me a start if you like it. \u2606 \u30fd(^\u03c9^ #)\n\n## Install\n```terminal\n$ pip install git-ignore\n```\n\n## Usage\n#### Example: Django project that uses Python and Sass.\n```\n$ git-ignore python sass\n```\nThis will create a `.gitignore` file that comes from both Python and Sass gitignore templates.\n\nNote that you can add multiple templates at once.\nAlso, it is _not_ case sensitive.\n\n\n#### Example: When you want to just add a few lines.\n```\n$ git-ignore --add !.keep !.gitkeep\n```\nThis will add two lines on the bottom of your `.gitignore` file.\n\n\n#### Example: Use custom templates.\n```\n$ mkdir ~/.gitignore_templates\n$ echo '.DS_Store' > ~/.gitignore_templates/macOS.gitignore\n$ git-ignore macOS\n```\nRunning this, the command will look up at `~/.gitignore_templates/`,\nand try to use `~/.gitignore_templates/macOS.gitignore`.\n\n\n#### And more...\nFind the full list of options by running\n```\n$ git-ignore --help\n```\n\n## How it works\nThis tool uses templates from [GitHub's `.gitignore` Templates Collection](https://github.com/github/gitignore/).\n\nThus it supports:\n> Perl6, Sass, Scala, Joomla, CakePHP, Go, Yeoman, ZendFramework, KiCad, Textpattern, ExpressionEngine, Typo3, Packer, Elisp, EPiServer, Gcov, Haskell, GWT, LabVIEW, C++, Objective-C, Composer, SketchUp, Eagle, Android, Symfony, ExtJs, Erlang, Finale, Sdcc, Scrivener, Qooxdoo, RhodesRhomobile, PlayFramework, Stella, SugarCRM, Delphi, TurboGears2, Waf, Leiningen, Dart, R, ChefCookbook, MetaProgrammingSystem, CFWheels, Lilypond, Processing, Kohana, Clojure, GitBook, Lithium, Magento, Node, Python, Nim, Terraform, Yii, Nanoc, Umbraco, DM, Java, Elixir, WordPress, Godot, Xojo, ArchLinuxPackages, Jekyll, Ada, D, Elm, Actionscript, Swift, Grails, Laravel, Perl, CMake, VVVV, VisualStudio, CraftCMS, Coq, Rust, Scheme, IGORPro, Drupal, Plone, AppEngine, Mercury, Jboss, Lua, PureScript, CUDA, AppceleratorTitanium, Concrete5, CodeIgniter, Fortran, Julia, ForceDotCom, OracleForms, Smalltalk, Rails, Phalcon, Prestashop, Agda, Unity, FuelPHP, LemonStand, SeamGen, SCons, SymphonyCMS, CommonLisp, Gradle, Maven, Ruby, OpenCart, Fancy, TeX, Zephir, OCaml, UnrealEngine, Autotools, C, Kotlin, Qt, ROS, Idris, Opa\n\n## Features\n- \u2714\ufe0e Add `.gitignore` from templates.\n- \u2714\ufe0e Can add multiple templates at once.\n- \u2714\ufe0e Based on GitHub's templates collection.\n- \u2714\ufe0e Support \"Global (operating system or editor specific) templates\".\n- \u2714\ufe0e Helpful `--help` option.\n- \u2714\ufe0e User defined template.\n\n## Contributing\nIssues and PRs are welcome :)\n\n## License\nMIT\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hanpannet/Git-ignore", "keywords": "git gitignore file template default", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "git-ignore", "package_url": "https://pypi.org/project/git-ignore/", "platform": "", "project_url": "https://pypi.org/project/git-ignore/", "project_urls": { "Homepage": "https://github.com/hanpannet/Git-ignore" }, "release_url": "https://pypi.org/project/git-ignore/1.0.2/", "requires_dist": [ "click (>=6.7)" ], "requires_python": "", "summary": ".gitignore Template Generator", "version": "1.0.2" }, "last_serial": 4794512, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "7518afd464e1873ee19b035172946b90", "sha256": "07bb941c9ce39ff1353c724a8df4f454e3a5dbefd375e0cb66eb7017201608ec" }, "downloads": -1, "filename": "git_ignore-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7518afd464e1873ee19b035172946b90", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 55073, "upload_time": "2018-09-20T03:10:16", "url": "https://files.pythonhosted.org/packages/aa/db/2185ecf7c830c4a15f25ef04042808896e90fabe132cbc32edf147ed2f03/git_ignore-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "05d14cb0559ccb7444d5ac46fa272729", "sha256": "f25bb436d8e2453b1413619dfb82ca2db01a205414df7de6cd2a25dca4ebdd34" }, "downloads": -1, "filename": "git-ignore-0.2.tar.gz", "has_sig": false, "md5_digest": "05d14cb0559ccb7444d5ac46fa272729", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29185, "upload_time": "2018-09-20T03:10:18", "url": "https://files.pythonhosted.org/packages/90/50/f8df0f9ac22bd88ec98516fcec5d8212e7691dff5046aeec993f107927fe/git-ignore-0.2.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "78b1bc796b5b7613158129e379e6823a", "sha256": "402f036d060b620b6fffdec2d591ee1140ae16f3aa9026eed524a61a2257b557" }, "downloads": -1, "filename": "git_ignore-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "78b1bc796b5b7613158129e379e6823a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 57222, "upload_time": "2018-09-20T08:57:12", "url": "https://files.pythonhosted.org/packages/d3/f5/b043923344cfe7d93142d916d30723f9ac79376d410b62de006356b9dabb/git_ignore-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0fc513ddbcea706b002c9a39e488391d", "sha256": "f7ab526e43339161afc3de84faa258c39420922357429f78d5d611474bae628e" }, "downloads": -1, "filename": "git-ignore-0.2.2.tar.gz", "has_sig": false, "md5_digest": "0fc513ddbcea706b002c9a39e488391d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30166, "upload_time": "2018-09-20T08:57:13", "url": "https://files.pythonhosted.org/packages/71/f6/f2a6bea2b186cb3dc2a8b7b8c4e4f2d728f3c47e88c149d499af39ebce43/git-ignore-0.2.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "caf9e111285955ca2dc38e43db2f7cb3", "sha256": "791e8ea62409d3f5e477befe1419067e2b23c82dd9f2e39bf4f7c8a52b10a0eb" }, "downloads": -1, "filename": "git_ignore-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "caf9e111285955ca2dc38e43db2f7cb3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60582, "upload_time": "2019-02-05T14:16:18", "url": "https://files.pythonhosted.org/packages/cb/a4/cf062e1fbda13ed03fc62c496860c63d4076633ba53036e2d97f3e042686/git_ignore-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4861edfb700a48adf4605051a127be7a", "sha256": "1aafba25c47e300089a5eeb8940d1cd29b3e38faf50c57161e698f63d6c1cef1" }, "downloads": -1, "filename": "git-ignore-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4861edfb700a48adf4605051a127be7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32358, "upload_time": "2019-02-05T14:16:21", "url": "https://files.pythonhosted.org/packages/fa/ec/18f0b2f1760644a3a27e877c9563adbb63e387bf963a2282e59167b2c414/git-ignore-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a5ad0379881e219e934928d88669dc68", "sha256": "e66ece094703704ab78f465410a739612d8424ffad0fc82a355d22608aa7ccc1" }, "downloads": -1, "filename": "git_ignore-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a5ad0379881e219e934928d88669dc68", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60592, "upload_time": "2019-02-08T07:37:48", "url": "https://files.pythonhosted.org/packages/1a/80/b91090c1d9533929bb89f335334d4602a182bfbec67f68dc6b2a729775f0/git_ignore-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ee85d0530c1e16755cd6298472f6cd0", "sha256": "ca698c9c06c17ca482f462502300d77985252efc098f4ae259484465ea73b59a" }, "downloads": -1, "filename": "git-ignore-1.0.1.tar.gz", "has_sig": false, "md5_digest": "0ee85d0530c1e16755cd6298472f6cd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32370, "upload_time": "2019-02-08T07:37:51", "url": "https://files.pythonhosted.org/packages/40/e0/294a15e098c50b0f4d0d06fb7461190616183059f2dc5cc2ebf4571fa8a4/git-ignore-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "41c885e45f35db8feff994701f359d77", "sha256": "0644a8c51bb76bb46619bc0b8f037d485dafa98498fd22b09a1cf80c6cc11499" }, "downloads": -1, "filename": "git_ignore-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "41c885e45f35db8feff994701f359d77", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60634, "upload_time": "2019-02-08T07:45:22", "url": "https://files.pythonhosted.org/packages/94/57/6218f0639771ad046eac3e1d287b9daadd6d8aee6275c1c228ee5ada6049/git_ignore-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f28dc2e725735a3bebaf16b5ab4b0503", "sha256": "180e692dbf45fcb9571a665249921a7b0e609752a0ffab67aa38d28793816ba2" }, "downloads": -1, "filename": "git-ignore-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f28dc2e725735a3bebaf16b5ab4b0503", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32434, "upload_time": "2019-02-08T07:45:24", "url": "https://files.pythonhosted.org/packages/9d/86/2d1048de891920afb27189626c2d94bfbacda6c9ed1f4fa592cb120c1626/git-ignore-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41c885e45f35db8feff994701f359d77", "sha256": "0644a8c51bb76bb46619bc0b8f037d485dafa98498fd22b09a1cf80c6cc11499" }, "downloads": -1, "filename": "git_ignore-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "41c885e45f35db8feff994701f359d77", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60634, "upload_time": "2019-02-08T07:45:22", "url": "https://files.pythonhosted.org/packages/94/57/6218f0639771ad046eac3e1d287b9daadd6d8aee6275c1c228ee5ada6049/git_ignore-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f28dc2e725735a3bebaf16b5ab4b0503", "sha256": "180e692dbf45fcb9571a665249921a7b0e609752a0ffab67aa38d28793816ba2" }, "downloads": -1, "filename": "git-ignore-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f28dc2e725735a3bebaf16b5ab4b0503", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32434, "upload_time": "2019-02-08T07:45:24", "url": "https://files.pythonhosted.org/packages/9d/86/2d1048de891920afb27189626c2d94bfbacda6c9ed1f4fa592cb120c1626/git-ignore-1.0.2.tar.gz" } ] }