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.
Ivan Zuzak f0dde55c6b ensure single trailing newline hace 10 años
Global ensure single trailing newline hace 10 años
Actionscript.gitignore ensure single trailing newline hace 10 años
Android.gitignore ensure single trailing newline hace 10 años
AppceleratorTitanium.gitignore Added Appcelerator Titanium .gitignore file. hace 11 años
Autotools.gitignore Removed empty line from Autotools.gitignore hace 13 años
Bancha.gitignore bancha-cms gitignore hace 12 años
C++.gitignore ignoring dynamic link library in MacOS X hace 12 años
C.gitignore ignore kernel object files hace 10 años
CFWheels.gitignore add cfwheels gitignore hace 13 años
CMake.gitignore Added a .gitignore for files auto-generated by the CMake build-system. hace 13 años
CONTRIBUTING.md add a CONTRIBUTING.md file hace 11 años
CakePHP.gitignore ensure single trailing newline hace 10 años
Clojure.gitignore Add .gitignore for Leiningen projects hace 13 años
CodeIgniter.gitignore Changes to support CodeIgniter (Reactor) 2.0 hace 13 años
Compass.gitignore Ignore .sass-cache directory in Compass projects. hace 13 años
Concrete5.gitignore ensure single trailing newline hace 10 años
Coq.gitignore ensure single trailing newline hace 10 años
Dart.gitignore Add Dart language support hace 11 años
Delphi.gitignore ensure single trailing newline hace 10 años
Django.gitignore Added .pyc to Django.gitignore hace 13 años
Drupal.gitignore ensure single trailing newline hace 10 años
Eagle.gitignore .gitignore file for Eagle hace 11 años
Erlang.gitignore Erlang.gitignore erlang.crash.dump added hace 11 años
ExpressionEngine.gitignore ensure single trailing newline hace 10 años
Finale.gitignore ensure single trailing newline hace 10 años
ForceDotCom.gitignore ensure single trailing newline hace 10 años
FuelPHP.gitignore FuelPHP gitignore hace 12 años
GWT.gitignore ensure single trailing newline hace 10 años
Go.gitignore Added Go.gitignore hace 13 años
Grails.gitignore ensure single trailing newline hace 10 años
Haskell.gitignore Added .virthualenv directory. hace 12 años
Java.gitignore Added Java package files (JAR, WAR, EAR) hace 12 años
Jboss.gitignore Jboss gitignore file hace 13 años
Jekyll.gitignore Add Jekyll.gitignore hace 12 años
Joomla.gitignore ensure single trailing newline hace 10 años
Jython.gitignore Jython ignores hace 13 años
Kohana.gitignore ensure single trailing newline hace 10 años
LICENSE Update LICENSE hace 11 años
LaTeX.gitignore Ignore *.tdo files generated by the todonotes package hace 12 años
Leiningen.gitignore Update Leiningen.gitignore hace 11 años
LemonStand.gitignore ensure single trailing newline hace 10 años
Lilypond.gitignore Add ignore file for lilypond. hace 13 años
Lithium.gitignore The Lithium app should be the root repo folder hace 11 años
Magento.gitignore Restored missing lines. hace 12 años
Maven.gitignore Added Maven gitignore hace 13 años
Node.gitignore ensure single trailing newline hace 10 años
OCaml.gitignore Add OCaml gitignore hace 13 años
Objective-C.gitignore add .xccheckout to Objective-C gitignore hace 10 años
Opa.gitignore Added Opa.gitignore hace 12 años
OracleForms.gitignore added gitignore for Oracle Forms development hace 12 años
Perl.gitignore Do not ignore directory matching /Build/ hace 12 años
PlayFramework.gitignore Merge pull request #212 from ikeike443/patch-1 hace 11 años
Plone.gitignore Add Plone CMS git .ignore file hace 12 años
Python.gitignore Merge pull request #329 from svkampen/patch-1 hace 11 años
Qooxdoo.gitignore Add gitignore for qooxdoo apps hace 13 años
Qt.gitignore dynlib => dylib (msspl) hace 12 años
R.gitignore ensure single trailing newline hace 10 años
README.md ensure single trailing newline hace 10 años
Rails.gitignore added secret_token.rb hace 10 años
RhodesRhomobile.gitignore Add Rhodes mobile application framework gitignore hace 13 años
Ruby.gitignore Keep entries sorted to make it easier to lookup for a specific item or spot duplicates. hace 13 años
Scala.gitignore ensure single trailing newline hace 10 años
Sdcc.gitignore ensure single trailing newline hace 10 años
SeamGen.gitignore Update SeamGen.gitignore hace 11 años
SketchUp.gitignore Add gitignore for sketchup backup files. hace 12 años
SugarCRM.gitignore Group custom/ dirs in SugarCRM ignore hace 12 años
Symfony.gitignore ensure single trailing newline hace 10 años
Symfony2.gitignore Added parameters.yml to list for Symfony2. hace 12 años
SymphonyCMS.gitignore added symphony and workspace/uploads dir hace 12 años
Target3001.gitignore Added new extensions of production formats which were introduced in version 15.4.0.59 hace 12 años
Tasm.gitignore Add Tasm.gitignore hace 13 años
Textpattern.gitignore Added Textpattern gitignore hace 12 años
TurboGears2.gitignore Add for TurboGears2 (based off of Python template) hace 13 años
Typo3.gitignore Added gitignore file for Typo3. hace 11 años
Unity.gitignore Add Unity gitignore hace 12 años
VisualStudio.gitignore Unignore "packages/*/build" in VisualStudio.gitignore. hace 11 años
Waf.gitignore added Waf.gitignore hace 13 años
WordPress.gitignore ensure single trailing newline hace 10 años
Yii.gitignore ensure single trailing newline hace 10 años
ZendFramework.gitignore ensure single trailing newline hace 10 años
gcov.gitignore .gitignore for gcov files hace 13 años
nanoc.gitignore Add gitignore for nanoc hace 13 años
opencart.gitignore fix Opencart gitignore hace 11 años

README.md

A Collection of Useful .gitignore Templates

That’s what we’re trying to build. Please contribute by forking and sending a pull request.

Also please only modify one file per commit. This’ll make merging easier for everyone.

Global gitignores (OS-specific, editor-specific) should go into the Global/ directory.

For more information on gitignore: gitignore(5)

Pull Requests

Since this repo includes a large and diverse number of programming languages, frameworks, editors, and ecosystems, it’s very helpful if you can provide a link to information supporting your pull request. Up-to-date, canonical documentation that mentions the files to be ignored is best.

This ensures we can efficiently go through pull requests and keep quality high.

Global Ignores

git has a global configuration that applies rules to all of your projects. For example:

git config --global core.excludesfile ~/.global_ignore

… will apply the rules in ~/.global_ignore for all of your repos.

This is useful if you use an editor (like Emacs) that drops backup files, or if you work in an environment that generates binary or intermediate files that are always ignored.