1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 03:08:12 +02:00
Commit Graph

1764 Commits

Author SHA1 Message Date
Victor Rodrigues
91f00b1c8e Add /cover to Elixir.gitignore 2015-10-19 21:20:09 +02:00
Carl Suster
1559e11618 Merge pull request #1704 from KrauseFx/master
Added fastlane to iOS projects
2015-10-19 11:39:20 +02:00
Felix Krause
68ffe8de32 Added fastlane to iOS projects 2015-10-17 13:33:41 -07:00
Felix Krause
efea741860 Switched to https 2015-10-17 13:31:15 -07:00
Felix Krause
807a017192 Fixed Cocoapods link 2015-10-17 13:31:07 -07:00
Felix Krause
4f043859d8 Fixed whitespace 2015-10-17 13:30:55 -07:00
Brendan Forster
8544f4e041 Merge pull request #1516 from hugovk/patch-1
Ignore temp Hypothesis test things
2015-10-16 14:34:48 +02:00
Brendan Forster
692fee6012 Merge pull request #1700 from mjoshy/laravel-env-example
added .env.example for projects generated with laravel new command
2015-10-16 13:49:58 +02:00
Joshua Mabina
a811a95e63 added .env.example for projects generated with laravel new command 2015-10-15 18:02:24 +03:00
Brendan Forster
3ddb2f297f Merge pull request #1699 from vitorprado/patch-1
Ignoring build folder inside app module in Android projects
2015-10-15 12:36:01 +02:00
Vitor Prado
f4cf36c5e1 Ignoring build folder inside app module in Android projects
The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
2015-10-14 13:45:12 -03:00
Brendan Forster
fdb7293c82 Merge pull request #1656 from paolofulgoni/powerpoint
Add rule for MS PowerPoint temporary files
2015-10-14 12:30:00 +02:00
Brendan Forster
84ab71cb23 Merge pull request #1647 from m1stegmann/patch-2
Windows Azure Emulator
2015-10-14 12:13:53 +02:00
Brendan Forster
1777ae02fd Merge pull request #1610 from jpatomic96/patch-1
Create Elm.gitignore
2015-10-14 12:11:27 +02:00
Brendan Forster
ad500c8a49 Merge pull request #1694 from PrestanceDesign/prestashop-patch-1
Fix path to ignore only root log, img and cache folder
2015-10-11 14:22:18 +02:00
Brendan Forster
a5acbc24e6 Merge pull request #1690 from ArgentiApparatus/master
Dartdoc output directory, pubspec.lock comment disambiguation
2015-10-11 14:21:19 +02:00
Michael SALIHI
c414dbc5a8 Fix path to ignored only root log, img and cache folder 2015-10-10 17:39:03 +02:00
Gary Smith
d0f5047edc Fix line 1
Line 1 somehow different from upstream
2015-10-10 07:45:09 -04:00
Gary Smith
adff8e316f Merge pull request #1 from ArgentiApparatus/patch-1
Update Dart.gitignore
2015-10-08 10:51:04 -04:00
Gary Smith
afeb793d1d Update Dart.gitignore 2015-10-08 10:43:02 -04:00
Gary Smith
b14da8f05a Dartdoc, pubspec.lock disabiguation
Added directory for dartdoc tool. Disambiguated comment for pubspec.lock
pattern.
2015-10-08 07:45:25 -04:00
Brendan Forster
0dbd791269 Merge pull request #1659 from propersquid/dot-tags
Update Tags.gitignore
2015-10-06 20:26:28 +02:00
Brendan Forster
1ea61a830d Merge pull request #1660 from quadroid/patch-1
JetBrains IDEs: add shelf (VCS -> Shelve changes... menu)
2015-10-06 10:19:25 +02:00
Brendan Forster
613394b3a9 Merge pull request #1632 from khellang/ghostdoc
Add VisualStudio GhostDoc plugin setting file
2015-10-05 18:51:29 +02:00
Brendan Forster
75b70e8fb2 Merge pull request #1678 from justincampbell/otto
Add Otto
2015-10-05 18:26:15 +02:00
Carl Suster
ab63861b8b Merge pull request #1645 from nagytech/patch-2
Remove entries for Intellij IDEA
2015-10-05 18:15:17 +02:00
Brendan Forster
b91dab62df Merge pull request #1676 from MartinNowak/patch-1
gitignore file for D
2015-10-05 17:50:59 +02:00
Brendan Forster
fece917177 Merge pull request #1679 from victorhaggqvist/patch-2
add fabric.properties to JetBrains
2015-10-05 17:24:52 +02:00
Brendan Forster
38cecdc41f Merge pull request #1681 from robxu9/patch-1
Update waf for python3 builds
2015-10-05 17:22:50 +02:00
Brendan Forster
6d61a25e2a Merge pull request #1687 from vbfox/patch-1
Ignore FAKE - F# Make cache folder
2015-10-04 17:52:32 +02:00
Julien Roncaglia
1dff27e662 Ignore FAKE - F# Make cache folder
Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git.
2015-10-04 17:00:43 +02:00
Brendan Forster
06d6206d67 Merge pull request #1666 from Nellemandela/patch-1
VisualStudio Template - Added ignore for Paket dependency manager
2015-10-04 08:25:41 +02:00
Brendan Forster
a2af79abe5 Merge pull request #1685 from jimhester/patch-2
Ignore `.RData` files
2015-10-03 21:30:50 +02:00
Jim Hester
09a78cc2bd Ignore .RData files
N.B. this ignores only the exact file `.RData` generated by default from `save.image()` and `quit()`.  It is _not_ what is referred to in 1f84661643 and http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages, which refers only to files with an `*.RData` _extension_.
2015-10-02 08:50:47 -04:00
Robert Xu
bba5fc645b Update waf for python3 builds
Waf uses .waf3-* if the interpreter is python3.
2015-10-01 08:40:03 -04:00
Victor Häggqvist
432e40ac51 add fabric.properties
Since that is what it should be called now a days according to https://dev.twitter.com/fabric/android/integrating
2015-09-30 02:39:11 +02:00
Justin Campbell
ce170fa831 Add Otto
https://ottoproject.io
2015-09-28 15:06:14 -07:00
Martin Nowak
611c51a2b3 gitignore file for D
Ignore the usual obj/library/executable files.
See 89c8dea75a/source/dub/init.d (L168) for dub's default .gitignore.
2015-09-27 18:45:12 +02:00
Carl Suster
5778fded8b Merge pull request #1668 from github/jdennes/https-help-urls
Use https for all Help URLs
2015-09-23 19:10:01 +02:00
James Dennes
75fc01c841 Avoid redirecting by using currently Help URLs 2015-09-23 18:58:46 +02:00
James Dennes
ee6df1c910 Use https for Help URLs 2015-09-23 18:56:15 +02:00
Nellemandela
3ceedd266a Added ignore for Paket
Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html
2015-09-22 20:02:06 +02:00
Alexander Shvets
4c8e8d3ad1 add shelf (VCS -> Shelve changes...) 2015-09-15 10:05:16 +03:00
propersquid
cbe292daea Update Tags.gitignore
Updated the tags ignore to include the .tags file. The main reason behind this is because Atom's symbols-view (https://atom.io/packages/symbols-view) supports tags/.tags/TAGS/.TAGS. Therefore, I thought it was a good idea to add the .tags/.TAGS to the ignore list.
2015-09-14 08:31:00 -07:00
Paolo Fulgoni
9978001b13 Add rule for MS PowerPoint temporary files 2015-09-11 17:16:42 +02:00
Brendan Forster
23aad6abc4 Merge pull request #1640 from bpasero/patch-1
VSCode 0.8.0 config folder change
2015-09-11 05:03:33 +09:00
Brendan Forster
70e9b1e04b Merge pull request #1652 from huertanix/master
Adding GPG gitignore
2015-09-10 15:24:16 +09:00
David Huerta
d9b8a12b5f Adding rule to not accidentally publish your PGP/GPG private keys. 2015-09-09 13:48:12 -04:00
Brendan Forster
534cd09f5f Merge pull request #1628 from sieben/patch-1
Update Gradle.gitignore
2015-09-05 11:47:17 +09:00
Michael Stegmann
338d8f736c Windows Azure Emulator
Ignoring directory "efc" and "rfc" created by the Windows Azure Emulator

Directory before starting emulator the first time:

Directory: C:\temp\AzureCloudService1\AzureCloudService1

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----         9/1/2015   9:16 AM                bin
d-----         9/1/2015   9:16 AM                WorkerRole1Content
-a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
-a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
-a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef


And after starting the Emulator:

Directory: C:\temp\AzureCloudService1\AzureCloudService1

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----         9/1/2015   9:16 AM                bin
d-----         9/1/2015   9:19 AM                csx
d-----         9/1/2015   9:19 AM                ecf
d-----         9/1/2015   9:19 AM                obj
d-----         9/1/2015   9:19 AM                rcf
d-----         9/1/2015   9:16 AM                WorkerRole1Content
-a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
-a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
-a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef
2015-09-02 15:46:40 +02:00