選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Coby Chapple ad1a26d50d add a section about not including every template under the sun 10年前
Global Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z] 10年前
Actionscript.gitignore ensure single trailing newline 10年前
Android.gitignore ensure single trailing newline 10年前
AppceleratorTitanium.gitignore Added Appcelerator Titanium .gitignore file. 11年前
Autotools.gitignore Removed empty line from Autotools.gitignore 13年前
Bancha.gitignore bancha-cms gitignore 12年前
C++.gitignore Add executables for C++ 11年前
C.gitignore Added Windows specific .obj for objects to ignore. 10年前
CFWheels.gitignore add cfwheels gitignore 13年前
CMake.gitignore Added a .gitignore for files auto-generated by the CMake build-system. 13年前
CONTRIBUTING.md add a CONTRIBUTING.md file 11年前
CakePHP.gitignore ensure single trailing newline 10年前
Clojure.gitignore Add .gitignore for Leiningen projects 13年前
CodeIgniter.gitignore Changes to support CodeIgniter (Reactor) 2.0 13年前
Compass.gitignore Ignore .sass-cache directory in Compass projects. 13年前
Concrete5.gitignore ensure single trailing newline 10年前
Coq.gitignore ensure single trailing newline 10年前
Dart.gitignore Add Dart language support 11年前
Delphi.gitignore ensure single trailing newline 10年前
Django.gitignore Added .pyc to Django.gitignore 13年前
Drupal.gitignore ensure single trailing newline 10年前
Eagle.gitignore .gitignore file for Eagle 11年前
Erlang.gitignore Erlang.gitignore erlang.crash.dump added 11年前
ExpressionEngine.gitignore ensure single trailing newline 10年前
Finale.gitignore ensure single trailing newline 10年前
ForceDotCom.gitignore ensure single trailing newline 10年前
FuelPHP.gitignore FuelPHP gitignore 12年前
GWT.gitignore ensure single trailing newline 10年前
Go.gitignore Added Go.gitignore 13年前
Grails.gitignore ensure single trailing newline 10年前
Haskell.gitignore Added .virthualenv directory. 12年前
Java.gitignore Added Java package files (JAR, WAR, EAR) 12年前
Jboss.gitignore Jboss gitignore file 13年前
Jekyll.gitignore Add Jekyll.gitignore 13年前
Joomla.gitignore ensure single trailing newline 10年前
Jython.gitignore Jython ignores 13年前
Kohana.gitignore ensure single trailing newline 10年前
LICENSE Update LICENSE 11年前
LaTeX.gitignore Also ignore additional tempfiles created by the biblatex package. 11年前
Leiningen.gitignore Update Leiningen.gitignore 11年前
LemonStand.gitignore ensure single trailing newline 10年前
Lilypond.gitignore Add ignore file for lilypond. 13年前
Lithium.gitignore The Lithium app should be the root repo folder 11年前
Magento.gitignore Restored missing lines. 12年前
Maven.gitignore Added Maven gitignore 13年前
Node.gitignore ensure single trailing newline 10年前
OCaml.gitignore Add OCaml gitignore 13年前
Objective-C.gitignore Merge pull request #703 from modocache/master 10年前
Opa.gitignore Added Opa.gitignore 12年前
OracleForms.gitignore added gitignore for Oracle Forms development 12年前
Perl.gitignore Do not ignore directory matching /Build/ 12年前
PlayFramework.gitignore There is no need to unignore `.gitignore`. 11年前
Plone.gitignore Add Plone CMS git .ignore file 12年前
Processing.gitignore Added the processing project 10年前
Python.gitignore Merge pull request #329 from svkampen/patch-1 11年前
Qooxdoo.gitignore Add gitignore for qooxdoo apps 13年前
Qt.gitignore dynlib => dylib (msspl) 12年前
R.gitignore ensure single trailing newline 10年前
README.md add a section about not including every template under the sun 10年前
Rails.gitignore added secret_token.rb 10年前
RhodesRhomobile.gitignore Add Rhodes mobile application framework gitignore 13年前
Ruby.gitignore Keep entries sorted to make it easier to lookup for a specific item or spot duplicates. 13年前
RubyMotion.gitignore Ignore those pesky .dat* files 11年前
Scala.gitignore add `.lib/` to list of Scala ignores 10年前
Sdcc.gitignore ensure single trailing newline 10年前
SeamGen.gitignore Update SeamGen.gitignore 12年前
SketchUp.gitignore Add gitignore for sketchup backup files. 12年前
SugarCRM.gitignore Group custom/ dirs in SugarCRM ignore 12年前
Symfony.gitignore ensure single trailing newline 10年前
Symfony2.gitignore Added parameters.yml to list for Symfony2. 12年前
SymphonyCMS.gitignore added symphony and workspace/uploads dir 12年前
Target3001.gitignore Added new extensions of production formats which were introduced in version 15.4.0.59 13年前
Tasm.gitignore Add Tasm.gitignore 13年前
Textpattern.gitignore Added Textpattern gitignore 12年前
TurboGears2.gitignore Add for TurboGears2 (based off of Python template) 13年前
Typo3.gitignore Added gitignore file for Typo3. 11年前
Unity.gitignore Add Unity gitignore 12年前
VisualStudio.gitignore Merge pull request #613 from bdukes/patch-3 10年前
Waf.gitignore added Waf.gitignore 13年前
WordPress.gitignore ensure single trailing newline 10年前
Yii.gitignore ensure single trailing newline 10年前
ZendFramework.gitignore ensure single trailing newline 10年前
gcov.gitignore .gitignore for gcov files 13年前
nanoc.gitignore Add gitignore for nanoc 13年前
opencart.gitignore fix Opencart gitignore 12年前

README.md

A collection of .gitignore templates

This is GitHub’s collection of .gitignore file templates. We use this list to populate the .gitignore template choosers available in the GitHub.com interface when creating new repositories and files.

For more information about how .gitignore files work, and how to use them, the following resources are a great place to start:

Folder structure

The files in the root directory are for .gitignore templates that are project specific, such as language or framework specific templates. Global (operating system or editor specific) templates should go into the Global/ directory.

Contributing guidelines

We’d love you to help us improve this project. To help us keep this collection high quality, we request that contributions adhere to the following guidelines.

  • Provide a link to the application or project’s homepage. Unless it’s extremely popular, there’s a chance the maintainers don’t know about or use the language, framework, editor, app, or project your change applies to.

  • Provide links to documentation supporting the change you’re making. Current, canonical documentation mentioning the files being ignored is best. If documentation isn’t available to support your change, do the best you can to explain what the files being ignored are for.

  • Explain why you’re making a change. Even if it seems self-evident, please take a sentence or two to tell us why your change or addition should happen. It’s especially helpful to articulate why this change applies to everyone who works with the applicable technology, rather than just you or your team.

  • Please consider the scope of your change. If your change specific to a certain language or framework, then make sure the change is made to the template for that language or framework, rather than to the template for an editor, tool, or operating system.

  • Please only modify one template per pull request. This helps keep pull requests and feedback focused on a specific project or technology.

In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly.

Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the most common and helpful templates, not to make sure we cover every project possible. If we choose not to include your language, tool, or project, it’s not because it’s not awesome.

Contributing workflow

Here’s how we suggest you go about proposing a change to this project:

  1. Fork this project to your account.
  2. Create a branch for the change you intend to make.
  3. Make your changes to your fork.
  4. Send a pull request from your fork’s branch to our master branch.

Using the web-based interface to make changes is fine too, and will help you by automatically forking the project and prompting to send a pull request too.

License

MIT.