]>
source.dussan.org Git - gitignore.git/log
jerodev [Wed, 28 Oct 2015 12:28:46 +0000 (13:28 +0100)]
missed slash in laravel.gitignore
jerodev [Wed, 28 Oct 2015 12:24:11 +0000 (13:24 +0100)]
Merged Laravel & Lumen + grouped rules
jerodev [Wed, 28 Oct 2015 07:43:54 +0000 (08:43 +0100)]
Merged laravel and laravel5
Jeroen Deviaene [Tue, 27 Oct 2015 22:07:36 +0000 (23:07 +0100)]
Create gitignore for Laravel5
In Laravel 5 the storage folder was moved to the root of the application. The compiled.php has also been moved to the bootstrap/cache directory
This was no longer compatible with the previous laravel.gitignore.
Jeroen Deviaene [Tue, 27 Oct 2015 22:05:02 +0000 (23:05 +0100)]
Create gitignore for Lumen
Brendan Forster [Sat, 24 Oct 2015 23:06:38 +0000 (01:06 +0200)]
Merge pull request #1715 from ArgentiApparatus/patch-2
Fixed generated part js file pattern
Gary Smith [Sat, 24 Oct 2015 18:01:53 +0000 (14:01 -0400)]
doc/api/ explicitly a directory
Gary Smith [Sat, 24 Oct 2015 16:46:47 +0000 (12:46 -0400)]
Fixed generated part js file pattern
Brendan Forster [Sat, 24 Oct 2015 16:18:04 +0000 (18:18 +0200)]
Merge pull request #1713 from insign/patch-1
Added some folders the are "compiled" things
Brendan Forster [Sat, 24 Oct 2015 16:12:09 +0000 (18:12 +0200)]
Merge pull request #1714 from ArgentiApparatus/patch-2
Updates based on discussions with Dart team
Hélio [Fri, 23 Oct 2015 19:58:40 +0000 (16:58 -0300)]
Added some folders the are "compiled" things
/vendor - composer modules can be (and probably should) recompiled. Laravel comes with this line by default.
/node_modules - npm modules, same of /vendor. Laravel comes with this line by default.
/app/storage - Laravel things that can be despised (in staging) like cache, views cache and sessions
Gary Smith [Fri, 23 Oct 2015 16:46:40 +0000 (12:46 -0400)]
Updates based on discussions with Dart team
1. Updates based on discussions with Dart team
See https://github.com/dart-lang/www.dartlang.org/issues/1496
* Removed *.precompiled.js - not generated by dart2js any more
* *.js_ → *.part.js
Also:
2. Added guidance comments
3. doc/ → doc/api as manually written documents may be in doc/
4. Added reference to appropriate Dart web site page
Brendan Forster [Thu, 22 Oct 2015 11:39:17 +0000 (13:39 +0200)]
Merge pull request #1711 from Arvur/master
Some details for Castalia statistics file
Denis Grinyuk [Thu, 22 Oct 2015 11:35:53 +0000 (14:35 +0300)]
Some details for Castalia statistics file
Before XE7 Castalia used to be standalone expert thus I suppose here should be some grounding
Brendan Forster [Thu, 22 Oct 2015 11:34:35 +0000 (13:34 +0200)]
Merge pull request #1710 from ArgentiApparatus/patch-2
Update Dart.gitignore
Gary Smith [Wed, 21 Oct 2015 14:45:49 +0000 (10:45 -0400)]
Add *.precompiled.js
Add *.precompiled.js as per
https://stackoverflow.com/questions/
20314796 /which-files-are-generated-when-executing-dart2js-and-why
Gary Smith [Wed, 21 Oct 2015 14:29:21 +0000 (10:29 -0400)]
Add *.info.json to dart2js patterns
Gary Smith [Wed, 21 Oct 2015 13:11:27 +0000 (09:11 -0400)]
Update Dart.gitignore
Modify patterns to explicitly match directories
Modified patterns to match files created by tool in Dart SDK 1.12:
- Added patterns matching files listed in https://www.dartlang.org/tools/private-files.html
- Added *.js, removed *.js_, *.dart.js to match files created by dart2js
Brendan Forster [Mon, 19 Oct 2015 19:29:32 +0000 (21:29 +0200)]
Merge pull request #1708 from rodrigues/update_elixir_as_mix_new
Add /cover to Elixir.gitignore
Victor Rodrigues [Mon, 19 Oct 2015 19:20:09 +0000 (21:20 +0200)]
Add /cover to Elixir.gitignore
Carl Suster [Mon, 19 Oct 2015 09:39:20 +0000 (11:39 +0200)]
Merge pull request #1704 from KrauseFx/master
Added fastlane to iOS projects
Felix Krause [Sat, 17 Oct 2015 20:33:41 +0000 (13:33 -0700)]
Added fastlane to iOS projects
Felix Krause [Sat, 17 Oct 2015 20:31:15 +0000 (13:31 -0700)]
Switched to https
Felix Krause [Sat, 17 Oct 2015 20:31:07 +0000 (13:31 -0700)]
Fixed Cocoapods link
Felix Krause [Sat, 17 Oct 2015 20:30:55 +0000 (13:30 -0700)]
Fixed whitespace
Brendan Forster [Fri, 16 Oct 2015 12:34:48 +0000 (14:34 +0200)]
Merge pull request #1516 from hugovk/patch-1
Ignore temp Hypothesis test things
Brendan Forster [Fri, 16 Oct 2015 11:49:58 +0000 (13:49 +0200)]
Merge pull request #1700 from mjoshy/laravel-env-example
added .env.example for projects generated with laravel new command
Joshua Mabina [Thu, 15 Oct 2015 14:58:00 +0000 (17:58 +0300)]
added .env.example for projects generated with laravel new command
Brendan Forster [Thu, 15 Oct 2015 10:36:01 +0000 (12:36 +0200)]
Merge pull request #1699 from vitorprado/patch-1
Ignoring build folder inside app module in Android projects
Vitor Prado [Wed, 14 Oct 2015 16:45:12 +0000 (13:45 -0300)]
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.
Brendan Forster [Wed, 14 Oct 2015 10:30:00 +0000 (12:30 +0200)]
Merge pull request #1656 from paolofulgoni/powerpoint
Add rule for MS PowerPoint temporary files
Brendan Forster [Wed, 14 Oct 2015 10:13:53 +0000 (12:13 +0200)]
Merge pull request #1647 from m1stegmann/patch-2
Windows Azure Emulator
Brendan Forster [Wed, 14 Oct 2015 10:11:27 +0000 (12:11 +0200)]
Merge pull request #1610 from jpatomic96/patch-1
Create Elm.gitignore
Brendan Forster [Sun, 11 Oct 2015 12:22:18 +0000 (14:22 +0200)]
Merge pull request #1694 from PrestanceDesign/prestashop-patch-1
Fix path to ignore only root log, img and cache folder
Brendan Forster [Sun, 11 Oct 2015 12:21:19 +0000 (14:21 +0200)]
Merge pull request #1690 from ArgentiApparatus/master
Dartdoc output directory, pubspec.lock comment disambiguation
Michael SALIHI [Sat, 10 Oct 2015 15:39:03 +0000 (17:39 +0200)]
Fix path to ignored only root log, img and cache folder
Gary Smith [Sat, 10 Oct 2015 11:45:09 +0000 (07:45 -0400)]
Fix line 1
Line 1 somehow different from upstream
Gary Smith [Thu, 8 Oct 2015 14:51:04 +0000 (10:51 -0400)]
Merge pull request #1 from ArgentiApparatus/patch-1
Update Dart.gitignore
Gary Smith [Thu, 8 Oct 2015 14:43:02 +0000 (10:43 -0400)]
Update Dart.gitignore
Gary Smith [Thu, 8 Oct 2015 11:45:25 +0000 (07:45 -0400)]
Dartdoc, pubspec.lock disabiguation
Added directory for dartdoc tool. Disambiguated comment for pubspec.lock
pattern.
Brendan Forster [Tue, 6 Oct 2015 18:26:28 +0000 (20:26 +0200)]
Merge pull request #1659 from propersquid/dot-tags
Update Tags.gitignore
Brendan Forster [Tue, 6 Oct 2015 08:19:25 +0000 (10:19 +0200)]
Merge pull request #1660 from quadroid/patch-1
JetBrains IDEs: add shelf (VCS -> Shelve changes... menu)
Brendan Forster [Mon, 5 Oct 2015 16:51:29 +0000 (18:51 +0200)]
Merge pull request #1632 from khellang/ghostdoc
Add VisualStudio GhostDoc plugin setting file
Brendan Forster [Mon, 5 Oct 2015 16:26:15 +0000 (18:26 +0200)]
Merge pull request #1678 from justincampbell/otto
Add Otto
Carl Suster [Mon, 5 Oct 2015 16:15:17 +0000 (18:15 +0200)]
Merge pull request #1645 from nagytech/patch-2
Remove entries for Intellij IDEA
Brendan Forster [Mon, 5 Oct 2015 15:50:59 +0000 (17:50 +0200)]
Merge pull request #1676 from MartinNowak/patch-1
gitignore file for D
Brendan Forster [Mon, 5 Oct 2015 15:24:52 +0000 (17:24 +0200)]
Merge pull request #1679 from victorhaggqvist/patch-2
add fabric.properties to JetBrains
Brendan Forster [Mon, 5 Oct 2015 15:22:50 +0000 (17:22 +0200)]
Merge pull request #1681 from robxu9/patch-1
Update waf for python3 builds
Brendan Forster [Sun, 4 Oct 2015 15:52:32 +0000 (17:52 +0200)]
Merge pull request #1687 from vbfox/patch-1
Ignore FAKE - F# Make cache folder
Julien Roncaglia [Sun, 4 Oct 2015 15:00:43 +0000 (17:00 +0200)]
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.
Brendan Forster [Sun, 4 Oct 2015 06:25:41 +0000 (08:25 +0200)]
Merge pull request #1666 from Nellemandela/patch-1
VisualStudio Template - Added ignore for Paket dependency manager
Brendan Forster [Sat, 3 Oct 2015 19:30:50 +0000 (21:30 +0200)]
Merge pull request #1685 from jimhester/patch-2
Ignore `.RData` files
Jim Hester [Fri, 2 Oct 2015 12:50:47 +0000 (08:50 -0400)]
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 https://github.com/github/gitignore/commit/
1f8466164330277fc8c9126ded3cc207ff3baf91 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_.
Robert Xu [Thu, 1 Oct 2015 12:40:03 +0000 (08:40 -0400)]
Update waf for python3 builds
Waf uses .waf3-* if the interpreter is python3.
Victor Häggqvist [Wed, 30 Sep 2015 00:39:11 +0000 (02:39 +0200)]
add fabric.properties
Since that is what it should be called now a days according to https://dev.twitter.com/fabric/android/integrating
Justin Campbell [Mon, 28 Sep 2015 22:06:14 +0000 (15:06 -0700)]
Add Otto
https://ottoproject.io
Martin Nowak [Sun, 27 Sep 2015 16:45:12 +0000 (18:45 +0200)]
gitignore file for D
Ignore the usual obj/library/executable files.
See https://github.com/D-Programming-Language/dub/blob/
89c8dea75ae9cfde1ae6cfb7d9fe03dbccdbbdf8 /source/dub/init.d#L168 for dub's default .gitignore.
Carl Suster [Wed, 23 Sep 2015 17:10:01 +0000 (19:10 +0200)]
Merge pull request #1668 from github/jdennes/https-help-urls
Use https for all Help URLs
James Dennes [Wed, 23 Sep 2015 16:58:46 +0000 (18:58 +0200)]
Avoid redirecting by using currently Help URLs
James Dennes [Wed, 23 Sep 2015 16:56:15 +0000 (18:56 +0200)]
Use https for Help URLs
Nellemandela [Tue, 22 Sep 2015 18:02:06 +0000 (20:02 +0200)]
Added ignore for Paket
Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html
Alexander Shvets [Tue, 15 Sep 2015 07:05:16 +0000 (10:05 +0300)]
add shelf (VCS -> Shelve changes...)
propersquid [Mon, 14 Sep 2015 15:31:00 +0000 (08:31 -0700)]
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.
Paolo Fulgoni [Fri, 11 Sep 2015 15:16:42 +0000 (17:16 +0200)]
Add rule for MS PowerPoint temporary files
Brendan Forster [Thu, 10 Sep 2015 20:03:33 +0000 (05:03 +0900)]
Merge pull request #1640 from bpasero/patch-1
VSCode 0.8.0 config folder change
Brendan Forster [Thu, 10 Sep 2015 06:24:16 +0000 (15:24 +0900)]
Merge pull request #1652 from huertanix/master
Adding GPG gitignore
David Huerta [Wed, 9 Sep 2015 17:48:12 +0000 (13:48 -0400)]
Adding rule to not accidentally publish your PGP/GPG private keys.
Brendan Forster [Sat, 5 Sep 2015 02:47:17 +0000 (11:47 +0900)]
Merge pull request #1628 from sieben/patch-1
Update Gradle.gitignore
Michael Stegmann [Wed, 2 Sep 2015 13:46:40 +0000 (15:46 +0200)]
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
Jonathan Nagy [Tue, 1 Sep 2015 09:09:12 +0000 (19:09 +1000)]
Remove entries for Intellij IDEA
The *.iml file is IDE specific. It is generated by Intellij IDEA to store project related metadata. It is not a Play Framework specific artifact and should not be included in the PlayFramework.gitignore.
See: https://github.com/github/gitignore/pull/1581
I would also vote for the removal of .eclipse and *.eml files on similar grounds but will do so in a separate pull request.
Benjamin Pasero [Mon, 31 Aug 2015 07:39:54 +0000 (09:39 +0200)]
VSCode 0.8.0 config folder change
Starting with 0.8.0, VS Code will store its settings in a .vscode folder and no longer in the generic .settings folder.
Star Peng [Sun, 9 Mar 2014 15:03:43 +0000 (23:03 +0800)]
Add VisualStudio GhostDoc plugin setting file
Rémy Léone [Mon, 24 Aug 2015 10:54:24 +0000 (12:54 +0200)]
Update Gradle.gitignore
Brendan Forster [Sun, 23 Aug 2015 23:37:22 +0000 (09:07 +0930)]
Merge pull request #1621 from gbaron/android-captures-folder
Adding the Android Studio captures folder
Brendan Forster [Sun, 23 Aug 2015 23:36:54 +0000 (09:06 +0930)]
Merge pull request #1625 from damadmai/patch-1
Added dotfiles in working directory
Daniel A. Maierhofer [Sat, 22 Aug 2015 20:02:39 +0000 (22:02 +0200)]
Added dotfiles in working directory
Official Documentation:
https://mercurial.selenic.com/wiki/FileFormats#Files_in_the_working_directory
https://mercurial.selenic.com/wiki/Subrepository
The specification for the .hg/ folder is simplified, see:
https://stackoverflow.com/a/
15057742
Brendan Forster [Fri, 21 Aug 2015 02:34:17 +0000 (12:04 +0930)]
Merge pull request #1545 from skylerberg/virtual-env
Ignore 'local' folder for virtualenv
Brendan Forster [Tue, 18 Aug 2015 23:45:20 +0000 (09:15 +0930)]
Merge pull request #1618 from felipeplets/patch-1
Add .sap Visual Studio profiler session file
Guy B [Sun, 16 Aug 2015 12:07:17 +0000 (15:07 +0300)]
Adding the Android Studio captures folder
The captures folder is used by Android studio to keep heap dumps and other captures files. These are usually not shared as part of the source file.
Felipe Plets [Tue, 11 Aug 2015 16:48:47 +0000 (13:48 -0300)]
Add .sap Visual Studio profiler session file
In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder.
Brendan Forster [Fri, 7 Aug 2015 01:20:32 +0000 (11:20 +1000)]
Merge pull request #1613 from cyrbil/patch-1
Add ignore for npm debug log files
cyrbil [Thu, 6 Aug 2015 09:30:45 +0000 (11:30 +0200)]
Add ignore for npm debug log files
Jonathan Boulanger [Tue, 4 Aug 2015 16:13:51 +0000 (12:13 -0400)]
Create Elm.gitignore
.gitignore for Elm projects.
Ignores installed packages (elm-package.json) and elm-stuff/, as these files will be generated once elm-package has been run for a .elm file. This is also beneficial where dependencies have changed, and an install package is no longer required.
elm-repl generated files have also been ignored. Most of the time, elm-repl manages to delete these files automatically, but there are scenarios where these files are not deleted on the closing of elm-repl
Brendan Forster [Fri, 31 Jul 2015 00:00:16 +0000 (09:30 +0930)]
Merge pull request #1370 from SamWhited/patch-2
Update Android.gitignore to include Android Studio nav temp files
Brendan Forster [Thu, 30 Jul 2015 23:50:11 +0000 (09:20 +0930)]
Merge pull request #1604 from Caerbannog/kicad
Add KiCad ignore for .bck and .kicad_pcb-bak
Brendan Forster [Thu, 30 Jul 2015 22:41:36 +0000 (08:11 +0930)]
Merge pull request #1578 from nex3/patch-1
Update Dart.gitignore
Martin d'Allens [Mon, 27 Jul 2015 21:41:56 +0000 (23:41 +0200)]
Add KiCad ignore for .bck and .kicad_pcb-bak
These are two other filetypes that KiCad creates before overwriting something.
Brendan Forster [Thu, 23 Jul 2015 22:20:57 +0000 (07:50 +0930)]
Merge pull request #1599 from sfhardman/master
Ignores for Visual Studio Lightswitch
sfhardman [Thu, 23 Jul 2015 20:42:28 +0000 (08:42 +1200)]
Correct capitalisation of LightSwitch and omit generated.parameters.xml
sfhardman [Wed, 22 Jul 2015 23:23:05 +0000 (11:23 +1200)]
Add newline at EOF
sfhardman [Wed, 22 Jul 2015 23:21:57 +0000 (11:21 +1200)]
Add ignores for Visual Studio Lightswitch build output
Brendan Forster [Wed, 15 Jul 2015 18:08:57 +0000 (11:08 -0700)]
Merge pull request #1590 from JimiC/Optional_Ignore_wwwroot
Adding optional ignore proposal for wwwroot folder
Carl Suster [Wed, 15 Jul 2015 01:25:07 +0000 (11:25 +1000)]
Merge pull request #1557 from piccaso/typo3
Update Typo3.gitignore for CMS v6.2
Carl Suster [Wed, 15 Jul 2015 01:16:32 +0000 (11:16 +1000)]
Merge pull request #1531 from emlai/patch-1
Add CMakeScripts directory
Carl Suster [Wed, 15 Jul 2015 01:14:05 +0000 (11:14 +1000)]
Merge pull request #1519 from github/revert-1465-patch-1
Revert "Update Maven.gitignore"
Carl Suster [Wed, 15 Jul 2015 01:12:17 +0000 (11:12 +1000)]
Merge pull request #1525 from LayZeeDK/patch-1
Add trailing slash to .sass-cache
Carl Suster [Wed, 15 Jul 2015 01:10:07 +0000 (11:10 +1000)]
Merge pull request #1530 from katrinleinweber/patch-1
ignore OAuth2 token
JimiC [Mon, 13 Jul 2015 16:40:12 +0000 (19:40 +0300)]
Adding optional ignore proposal for wwwroot folder
There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders.
Carl Suster [Mon, 6 Jul 2015 01:49:30 +0000 (11:49 +1000)]
Merge pull request #1567 from todd/ruby_spec_examples
Ignore Default RSpec State File
http://rspec.info/blog/2015/06/rspec-3-3-has-been-released/
Brendan Forster [Thu, 2 Jul 2015 12:11:27 +0000 (21:41 +0930)]
Merge pull request #1579 from jamiehumphries/master
Ignore NCrunch temporary files.