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

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.