1
0
mirror of https://github.com/github/gitignore synced 2024-06-07 21:27:58 +02:00
Commit Graph

1136 Commits

Author SHA1 Message Date
Martin Charles
24c4e48251 Update Dart.gitignore
Removed space from end of line which prevented the `pubspec.lock` from being ignored.
2014-02-03 11:31:02 -05:00
Carl Suster
d757e0030f Merge pull request #924 from CaseyB/master
Update Unity gitignore to not commit user preferences
2014-01-31 20:34:26 -08:00
Carl Suster
20c881709a Merge pull request #933 from diegoleme/master
Update URL in nanoc.gitignore
2014-01-30 18:37:20 -08:00
Diego Leme
1b94b3ccfe Update nanoc.gitignore
new site Nanoc
2014-01-30 21:15:45 -02:00
Borders, Casey
b99887e1de Merge branch 'master' of https://github.com/github/gitignore 2014-01-30 16:40:43 -05:00
Markus Olsson
ea1dc4f7eb Merge pull request #932 from fredgate/master
Updated rules of 'VisualStudio.gitignore' about Web workbench add-on.
2014-01-30 09:51:54 -08:00
Carl Suster
1e476cd7a9 Merge pull request #925 from friederbluemle/update-android-gitignore
Improve Android .gitignore comments
2014-01-29 18:26:07 -08:00
fredgate
41b324bd0a Add ignore for web workbench add-on (sass files). 2014-01-28 10:34:54 +01:00
Robert Holman
06bb90e532 Added .gitignore for the DM language. 2014-01-22 16:11:28 -06:00
Domenico Leone Luciani
70a475849d Added gitignore to ignore sftp-config.json file 2014-01-20 17:27:15 +01:00
Bananeweizen
61422490d3 gitignore VM crash logs 2014-01-18 10:29:50 +01:00
cknoblauch
21d2f7e1d6 Update Grails.gitignore to include default files
Only files under /web-app/WEB-INF/classes (build output) should be ignored by Git. Grails generates a few default (unchanging) files (applicationContext.xml, sitemesh.xml, a bunch of *.tld) that need to be there for some plugins to function properly (e.g., grails war).
2014-01-17 17:22:59 -02:00
Frieder Bluemle
631f8760c6 Improve Android .gitignore comments 2014-01-16 15:40:25 -08:00
Borders, Casey
7e2dc593fe Update Unity gitignore 2014-01-16 14:48:52 -05:00
Dan Lister
a2f11b61c3 Create Umbraco.gitignore 2014-01-14 10:29:02 +00:00
Evandro Leopoldino Gonçalves
808d28fab1 Update Python.gitignore 2014-01-07 15:56:17 -02:00
Stuart P. Bentley
f3f11fb2f1 Node.gitignore: correct term for instrumentation 2014-01-07 02:52:27 -08:00
Stuart P. Bentley
bdf8aec8f9 Add .grunt directory 2014-01-07 02:33:15 -08:00
Stuart P. Bentley
8845a345c0 Add coverage directory, rename coverage heading 2014-01-07 02:27:32 -08:00
Stuart P. Bentley
b0440f97cc Add build/Release to Node gitignore
This re-covers the http://nodejs.org/api/addons.html case for which the "build" directory was added in 00686415c4, but doesn't break cross-environment projects that use the build directory for including concatenated/minified source. Mazel tov!
2014-01-07 01:49:40 -08:00
Stuart P. Bentley
935e9b4560 Clarify node_modules comment
Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post
2014-01-07 01:37:13 -08:00
Adam Roben
5979282c55 Merge pull request #912 from stuartpb/patch-1
Update Cloud9.gitignore
2014-01-06 19:53:53 -08:00
Adam Roben
5244c6152f Merge pull request #911 from mickeypuri/visualstudio
fixed handling of nuget packages
2014-01-06 19:53:42 -08:00
Adam Roben
54d15a07e0 Merge pull request #909 from Stijn-Flipper/wordpress-fix
Ignore sensitive data
2014-01-06 19:49:39 -08:00
Adam Roben
d42b9bba2c Merge pull request #907 from pimterry/nodeGitignore
Ignore grunt and lcov build files in Node projects
2014-01-06 19:48:37 -08:00
Adam Roben
c8a371e096 Merge pull request #906 from arinto/new-ignore-for-Eclipse-SBT
Add output directory of sbteclipse plugin, which is ".target" directory.
2014-01-06 19:47:23 -08:00
Adam Roben
c822fc2496 Merge pull request #905 from arinto/new-ignore-in-play-2.2.x
Add "dist" and ".cache" folders for Play 2.2.x
2014-01-06 19:46:04 -08:00
Adam Roben
b6fb1a9f00 Merge pull request #899 from andrewwutw/master
Added SCons.gitignore
2014-01-06 19:36:27 -08:00
Adam Roben
8423d07b85 Merge pull request #893 from dng-dev/patch-1
Update to Magento 1.8.x
2014-01-06 19:35:03 -08:00
Adam Roben
fcabd615a5 Merge pull request #883 from richorama/master
added node_modules
2014-01-06 19:13:47 -08:00
Adam Roben
042f8bf538 Merge pull request #840 from jan0sch/SugarCRM
Added the new upload directories and ignore the cache directory completely
2014-01-06 19:12:22 -08:00
Stuart P. Bentley
d79a88b29f Refactor Node.gitignore with comments
The "build" directory is lost in this refactor, as many JS projects
do wish to include a minified/concatenated version of their source
in the "build" folder in source control.
2014-01-02 20:02:57 -05:00
Stuart P. Bentley
446ba8454d Update Cloud9.gitignore
The next version of Cloud9 will use a top-level .c9 folder in the workspace for settings and metadata.
2014-01-02 16:51:35 -08:00
Mickey Puri
e0077c3900 fixed handling of nuget packages 2014-01-01 15:19:20 +00:00
Stijn-Flipper
68c34eff0e also ignore sensitive configuration data 2013-12-28 17:16:38 +01:00
Tim Perry
8209359a88 Ignore grunt and lcov build files in Node projects 2013-12-26 23:53:21 +00:00
Arinto Murdopo
791e8ed0ae Add output directory of sbteclipse plugin,
which is ".target" directory.
2013-12-25 07:48:34 +08:00
Arinto Murdopo
5f10e35598 Add "dist" and ".cache" folders for Play 2.2.x
Link: http://www.playframework.com/documentation/2.2.x/Anatomy
2013-12-25 07:35:59 +08:00
andrewwutw
1d724a505e Added SCons.gitignore 2013-12-17 15:06:57 +08:00
Markus Olsson
07e4992c29 Merge pull request #896 from github/ignore-rails-config-secret
Rails: Ignore config/secrets.yml
2013-12-16 05:18:52 -08:00
Markus Olsson
da654e84c6 Merge pull request #891 from hulet/duplicate-fix
Remove duplicate rule
2013-12-16 05:15:39 -08:00
Shawn Davenport
8c525145ac secrets.yml, not secret. 2013-12-14 12:58:17 -06:00
Shawn Davenport
9a2da27935 Rails: Ignore the new home of secret_key_base. 2013-12-14 12:55:32 -06:00
Evandro Leopoldino Gonçalves
33dd88ab84 Update Python.gitignore 2013-12-14 12:07:26 -02:00
Daniel Niedergesäß
402607d593 Update to Magento 1.8.x 2013-12-12 16:10:56 +01:00
Steve Hulet
5434327243 Remove duplicate rule 2013-12-09 21:21:57 -08:00
Jota Junior
8f2db01f1d Remove astherisk before trailing slash 2013-12-02 19:15:00 -02:00
Richard Astbury
c65905abd2 added node_modules 2013-11-29 20:22:42 +00:00
Adam Roben
7b684c2866 Merge pull request #785 from NickHodges/master
Update Delphi to include new extensions
2013-11-27 12:10:58 -08:00
Nick Hodges
412d6907bc Merging upstream 2013-11-27 15:03:08 -05:00