]> source.dussan.org Git - gitignore.git/log
gitignore.git
8 years agoIgnore playground.xcworkspace playground file 1819/head
Adriano Ferreira [Sun, 3 Jan 2016 17:02:46 +0000 (12:02 -0500)]
Ignore playground.xcworkspace playground file

8 years agoIgnore timeline.xctimeline playground file
Adriano Ferreira [Sun, 3 Jan 2016 16:56:41 +0000 (11:56 -0500)]
Ignore timeline.xctimeline playground file

8 years agoMerge pull request #1629 from raabf/fuse_hidden
Brendan Forster [Fri, 1 Jan 2016 02:11:51 +0000 (12:41 +1030)]
Merge pull request #1629 from raabf/fuse_hidden

Fuse hidden

8 years agoMerge pull request #1816 from rosolkodv/patch-1
Brendan Forster [Fri, 1 Jan 2016 02:03:46 +0000 (12:33 +1030)]
Merge pull request #1816 from rosolkodv/patch-1

Update Eclipse.gitignore

8 years agoUpdate Eclipse.gitignore 1816/head
Dmitry Rosolko [Thu, 31 Dec 2015 09:40:20 +0000 (12:40 +0300)]
Update Eclipse.gitignore

Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore.

8 years agoMerge pull request #1813 from AArnott/patch-5
Brendan Forster [Sun, 27 Dec 2015 21:35:51 +0000 (08:05 +1030)]
Merge pull request #1813 from AArnott/patch-5

Stop ignoring StyleCop.json

8 years agoStop ignoring StyleCop.json 1813/head
Andrew Arnott [Sun, 27 Dec 2015 15:51:37 +0000 (07:51 -0800)]
Stop ignoring StyleCop.json

StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't.
See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/documentation/Configuration.md#source-control for the documented case.

Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.

8 years agoMerge pull request #1808 from habi/patch-4
Brendan Forster [Mon, 21 Dec 2015 21:49:11 +0000 (08:19 +1030)]
Merge pull request #1808 from habi/patch-4

Ignore auxiliary files from \usepackage{cprotect}

8 years agoIgnore auxiliary files from \usepackage{cprotect} 1808/head
David Haberthür [Mon, 21 Dec 2015 12:55:17 +0000 (13:55 +0100)]
Ignore auxiliary files from \usepackage{cprotect}

[cprotect](https://www.ctan.org/tex-archive/macros/latex/contrib/cprotect?lang=en) tracks its contents in an auxiliary file, this is safe to ignore.

8 years agoMerge pull request #1806 from recooper/whitespace-fix
Brendan Forster [Thu, 17 Dec 2015 21:57:49 +0000 (08:27 +1030)]
Merge pull request #1806 from recooper/whitespace-fix

Add new line at end of file

8 years agoAdd new line at end of file 1806/head
Roland Cooper [Thu, 17 Dec 2015 21:29:32 +0000 (23:29 +0200)]
Add new line at end of file

8 years agoMerge pull request #1803 from belyansky/ignore-bundleartifacts
Brendan Forster [Mon, 14 Dec 2015 20:46:41 +0000 (07:16 +1030)]
Merge pull request #1803 from belyansky/ignore-bundleartifacts

Ignore BundleArtifacts folder

8 years agoIgnore BundleArtifacts folder 1803/head
Alexey Belyansky [Mon, 14 Dec 2015 18:52:44 +0000 (21:52 +0300)]
Ignore BundleArtifacts folder

8 years agoMerge pull request #1800 from jutaz/bugfix/typos
Brendan Forster [Sun, 13 Dec 2015 20:27:47 +0000 (06:57 +1030)]
Merge pull request #1800 from jutaz/bugfix/typos

Bugfix - Typos in comments

8 years agoFix few typos 1800/head
Justas Brazauskas [Sun, 13 Dec 2015 14:07:46 +0000 (16:07 +0200)]
Fix few typos

8 years agoMerge pull request #1798 from JelteF/patch-1
Brendan Forster [Sun, 13 Dec 2015 08:04:46 +0000 (18:34 +1030)]
Merge pull request #1798 from JelteF/patch-1

Tex: Ignore files generated by pdfcomment package

8 years agoTex: Ignore files generated by pdfcomment package 1798/head
Jelte Fennema [Fri, 11 Dec 2015 10:35:40 +0000 (11:35 +0100)]
Tex: Ignore files generated by pdfcomment package

The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.

8 years agoMerge pull request #1797 from tim-hub/master
Brendan Forster [Thu, 10 Dec 2015 06:21:14 +0000 (16:51 +1030)]
Merge pull request #1797 from tim-hub/master

Unity.gitignore modyfying,

8 years agoUnity.gitignore modyfying, add `/[Bb]uilds/ /Assets/AssetStoreTools*` dictionaries... 1797/head
tim [Thu, 10 Dec 2015 05:08:58 +0000 (13:08 +0800)]
Unity.gitignore modyfying, add `/[Bb]uilds/ /Assets/AssetStoreTools*` dictionaries and `*.svd` svd files to be ignored
modified:   Unity.gitignore

8 years agoMerge pull request #1789 from stephengroat/master
Brendan Forster [Mon, 7 Dec 2015 04:17:30 +0000 (14:47 +1030)]
Merge pull request #1789 from stephengroat/master

Update to include iMPACT and Core Generator files

8 years agoUpdate to include iMPACT and Core Generator files 1789/head
Stephen [Sun, 6 Dec 2015 19:47:00 +0000 (11:47 -0800)]
Update to include iMPACT and Core Generator files

8 years agoMerge pull request #1788 from camigreen/joomla-3.4.5
Brendan Forster [Sun, 6 Dec 2015 05:30:33 +0000 (16:00 +1030)]
Merge pull request #1788 from camigreen/joomla-3.4.5

Updated to Joomla 3.4.5

8 years agoUpdated for Joomla 3.4.5 1788/head
Shawn Gibbons [Sat, 5 Dec 2015 19:01:41 +0000 (14:01 -0500)]
Updated for Joomla 3.4.5

8 years agoUpdated for Joomla 3.4.5
Shawn Gibbons [Sat, 5 Dec 2015 18:49:30 +0000 (13:49 -0500)]
Updated for Joomla 3.4.5

8 years agoUpdated for Joomla 3.4.5
Shawn Gibbons [Sat, 5 Dec 2015 18:39:47 +0000 (13:39 -0500)]
Updated for Joomla 3.4.5

8 years agoMerge pull request #1785 from natestedman/patch-1
Brendan Forster [Fri, 4 Dec 2015 22:34:42 +0000 (09:04 +1030)]
Merge pull request #1785 from natestedman/patch-1

Add Swift Package Manager to Swift.gitignore

8 years agoAdd Swift Package Manager to Swift.gitignore 1785/head
Nate Stedman [Fri, 4 Dec 2015 14:08:40 +0000 (09:08 -0500)]
Add Swift Package Manager to Swift.gitignore

Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.

8 years agoMerge pull request #1779 from ffsantos92/patch-1
Brendan Forster [Wed, 2 Dec 2015 21:29:21 +0000 (07:59 +1030)]
Merge pull request #1779 from ffsantos92/patch-1

Update OpenCart.gitignore

8 years agoUpdate OpenCart.gitignore 1779/head
Fábio Santos [Wed, 2 Dec 2015 16:31:51 +0000 (16:31 +0000)]
Update OpenCart.gitignore

Ignore storage folder (contains logs, cache, etc.)

8 years agoMerge pull request #1778 from anurse/patch-3
Brendan Forster [Tue, 1 Dec 2015 20:35:44 +0000 (07:05 +1030)]
Merge pull request #1778 from anurse/patch-3

Add 'opendb' file to VisualStudio.gitignore

8 years agoAdd 'opendb' file to VisualStudio.gitignore 1778/head
Andrew Stanton-Nurse [Tue, 1 Dec 2015 19:33:51 +0000 (11:33 -0800)]
Add 'opendb' file to VisualStudio.gitignore

8 years agoMerge pull request #1774 from cbadke/vs-typo
Brendan Forster [Mon, 30 Nov 2015 23:05:05 +0000 (09:35 +1030)]
Merge pull request #1774 from cbadke/vs-typo

Fix typo for Azure Emulator log directory

8 years agoFix typo rfc -> rcf 1774/head
Curtis Badke [Mon, 30 Nov 2015 22:59:49 +0000 (15:59 -0700)]
Fix typo rfc -> rcf

8 years agoFix typo for Azure Emulator log directory
Curtis Badke [Mon, 30 Nov 2015 15:45:18 +0000 (08:45 -0700)]
Fix typo for Azure Emulator log directory

8 years agoMerge pull request #1773 from julien731/patch-1
Brendan Forster [Mon, 30 Nov 2015 07:20:07 +0000 (17:50 +1030)]
Merge pull request #1773 from julien731/patch-1

Incorrect Dir Path

8 years agoIncorrect Dir Path 1773/head
Julien Liabeuf [Mon, 30 Nov 2015 04:03:09 +0000 (11:03 +0700)]
Incorrect Dir Path

When generating the ignore rules for Composer, an incorrect format is used. The vendor directory added is written `vendor/`, which causes other `vendors` directories to be ignored. The correct format to use is `/vendor/`, which would only ignore the root `vendor` directory.

8 years agoMerge pull request #1772 from tsteinholz/patch-2
Brendan Forster [Sun, 29 Nov 2015 21:57:27 +0000 (08:27 +1030)]
Merge pull request #1772 from tsteinholz/patch-2

Update Qt.gitignore

8 years agoMerge pull request #1771 from Dveim/master
Brendan Forster [Sun, 29 Nov 2015 21:56:46 +0000 (08:26 +1030)]
Merge pull request #1771 from Dveim/master

remove harmful line from PlayFramework.gitignore

8 years agoUpdate Qt.gitignore 1772/head
Thomas Steinholz [Sun, 29 Nov 2015 19:20:50 +0000 (14:20 -0500)]
Update Qt.gitignore

Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others.

8 years agoremove harmful ignore 1771/head
dveim [Sun, 29 Nov 2015 18:43:21 +0000 (20:43 +0200)]
remove harmful ignore

'project/project' is valid directory for 'project' project-related files. For example, if one configure his sbt build to use scala files directly from 'project/', dependencies like 'project/project/plugins.sbt' will be ignored because of this line.
See http://www.scala-sbt.org/0.13/tutorial/Organizing-Build.html#sbt+is+recursive.

8 years agoMerge pull request #1762 from lcorbasson/patch-2
Brendan Forster [Fri, 20 Nov 2015 00:16:08 +0000 (16:16 -0800)]
Merge pull request #1762 from lcorbasson/patch-2

Add ignores for autoscan files

8 years agoUpdate Autotools.gitignore 1762/head
Loïc Corbasson [Fri, 20 Nov 2015 00:01:04 +0000 (01:01 +0100)]
Update Autotools.gitignore

8 years agoAdd ignores for autoscan files
Loïc Corbasson [Thu, 19 Nov 2015 23:39:55 +0000 (00:39 +0100)]
Add ignores for autoscan files

8 years agoMerge pull request #1761 from nrbrook/master
Brendan Forster [Thu, 19 Nov 2015 20:58:33 +0000 (12:58 -0800)]
Merge pull request #1761 from nrbrook/master

Remove *.xcscheme from Global/Xcode.gitignore,Objective-C.gitignore and…

8 years agoRemove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 1761/head
Nick Brook [Thu, 19 Nov 2015 00:24:34 +0000 (00:24 +0000)]
Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore

8 years agoMerge pull request #1754 from mypetyak/master
Brendan Forster [Mon, 16 Nov 2015 17:10:56 +0000 (09:10 -0800)]
Merge pull request #1754 from mypetyak/master

Updated LICENSE year to 2015

8 years agoMerge pull request #1757 from Arvur/master
Brendan Forster [Mon, 16 Nov 2015 16:35:27 +0000 (08:35 -0800)]
Merge pull request #1757 from Arvur/master

Delphi: More extensions to ignore

8 years agoMerge pull request #1756 from habi/patch-3
Brendan Forster [Mon, 16 Nov 2015 16:33:57 +0000 (08:33 -0800)]
Merge pull request #1756 from habi/patch-3

Adding endfloat.sty auxiliary files

8 years agoRarely used binary extension 1757/head
Denis Grinyuk [Mon, 16 Nov 2015 13:19:43 +0000 (16:19 +0300)]
Rarely used binary extension

OLE Control eXtension (OCX), created by the Active Form wizard

8 years agoSome C++ file extensions used by Delphi
Denis Grinyuk [Mon, 16 Nov 2015 13:07:56 +0000 (16:07 +0300)]
Some C++ file extensions used by Delphi

These depend of "C/C++ Output file generation" compiler setting

8 years agoAdding endfloat.sty auxiliary files 1756/head
David Haberthür [Mon, 16 Nov 2015 08:35:14 +0000 (09:35 +0100)]
Adding endfloat.sty auxiliary files

endfloat.sty produces these two auxiliary files.
From Section 3.2 of its documentation:
> Loading it will have LTEX produce two extra files with .ttt and .fff extensions (for tables and figures, respectively).

8 years agoUpdated LICENSE year to 2015 1754/head
Christopher Bunn [Sat, 14 Nov 2015 20:48:28 +0000 (12:48 -0800)]
Updated LICENSE year to 2015

8 years agoMerge pull request #1752 from waynenilsen/patch-1
Brendan Forster [Fri, 13 Nov 2015 16:37:31 +0000 (08:37 -0800)]
Merge pull request #1752 from waynenilsen/patch-1

add Cargo.lock to gitignore file by default

8 years agoadded comment 1752/head
Wayne Nilsen [Fri, 13 Nov 2015 16:17:04 +0000 (11:17 -0500)]
added comment

8 years agoadd Cargo.lock to gitignore file by default
Wayne Nilsen [Fri, 13 Nov 2015 11:05:10 +0000 (06:05 -0500)]
add Cargo.lock to gitignore file by default

See the [official recommendation](http://doc.crates.io/guide.html#cargotoml-vs-cargolock)

> * If you're building a library, put Cargo.lock in your .gitignore.
> * If you're building an executable, check Cargo.lock into git.

8 years agoMerge pull request #1748 from KrauseFx/master
Brendan Forster [Thu, 12 Nov 2015 00:32:09 +0000 (16:32 -0800)]
Merge pull request #1748 from KrauseFx/master

[Objective-C / Swift] Updated fastlane docs

8 years agoAdded link to more information about the available options 1748/head
Felix Krause [Wed, 11 Nov 2015 23:11:58 +0000 (00:11 +0100)]
Added link to more information about the available options

8 years agoMerge pull request #1744 from chenyufeng1991/master
Brendan Forster [Mon, 9 Nov 2015 16:37:00 +0000 (08:37 -0800)]
Merge pull request #1744 from chenyufeng1991/master

add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Sw…

8 years agoadd *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 1744/head
chenyufeng [Mon, 9 Nov 2015 02:51:42 +0000 (10:51 +0800)]
add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore

8 years agoMerge pull request #1738 from apriendeau/revert-1689-f_GoVendorExperiment
Brendan Forster [Sat, 7 Nov 2015 16:30:00 +0000 (08:30 -0800)]
Merge pull request #1738 from apriendeau/revert-1689-f_GoVendorExperiment

Revert 2bd7d8ec88bc9fad5aca91951826b16118227554

8 years agoMerge pull request #1661 from JimBobSquarePants/patch-2
Brendan Forster [Sat, 7 Nov 2015 08:01:08 +0000 (00:01 -0800)]
Merge pull request #1661 from JimBobSquarePants/patch-2

Update Umbraco.gitignore

8 years agoClean up expired entries, fix whitespace. 1661/head
James Jackson-South [Fri, 6 Nov 2015 04:04:28 +0000 (15:04 +1100)]
Clean up expired entries, fix whitespace.

8 years agoMerge pull request #1740 from bondolo/master
Brendan Forster [Thu, 5 Nov 2015 23:27:07 +0000 (15:27 -0800)]
Merge pull request #1740 from bondolo/master

Remove nb-configuration.xml from NetBeans ignore

8 years agoMerge pull request #1739 from jucrouzet/patch-1
Brendan Forster [Thu, 5 Nov 2015 23:26:35 +0000 (15:26 -0800)]
Merge pull request #1739 from jucrouzet/patch-1

Ignore REPL history file

8 years agoNetBeans file nb-configuration.xml should not be ignored. 1740/head
Mike Duigou [Thu, 5 Nov 2015 16:01:15 +0000 (08:01 -0800)]
NetBeans file nb-configuration.xml should not be ignored.

8 years agoMerge remote-tracking branch 'github/master'
Mike Duigou [Thu, 5 Nov 2015 15:58:23 +0000 (07:58 -0800)]
Merge remote-tracking branch 'github/master'

8 years agoIgnore REPL history file 1739/head
Julien CROUZET [Thu, 5 Nov 2015 15:17:54 +0000 (16:17 +0100)]
Ignore REPL history file

Like in #1732, Docker images can consider project directoy as $HOME

8 years agoRevert 2bd7d8ec88bc9fad5aca91951826b16118227554 1738/head
Austin Riendeau [Wed, 4 Nov 2015 23:53:53 +0000 (16:53 -0700)]
Revert 2bd7d8ec88bc9fad5aca91951826b16118227554

8 years agoMerge pull request #1737 from jutoft/master
Brendan Forster [Wed, 4 Nov 2015 16:23:47 +0000 (08:23 -0800)]
Merge pull request #1737 from jutoft/master

Add pythontex intermediade files to Tex.gitignore

8 years agoMerge pull request #1735 from tyutyutyu/patch-1
Brendan Forster [Wed, 4 Nov 2015 16:16:31 +0000 (08:16 -0800)]
Merge pull request #1735 from tyutyutyu/patch-1

Update Eclipse.gitignore

8 years agoAdd pythontex intermediade files to Tex.gitignore 1737/head
Jesper Utoft [Wed, 4 Nov 2015 09:56:54 +0000 (10:56 +0100)]
Add pythontex intermediade files to Tex.gitignore

8 years agoMerge pull request #1734 from JacerOmri/patch-1
Brendan Forster [Tue, 3 Nov 2015 16:16:33 +0000 (08:16 -0800)]
Merge pull request #1734 from JacerOmri/patch-1

add bower assets

8 years agoUpdate Eclipse.gitignore 1735/head
István Földházi [Tue, 3 Nov 2015 10:59:53 +0000 (11:59 +0100)]
Update Eclipse.gitignore

Add ignore for STS's .springBeans file

8 years agoadd bower assets 1734/head
Jacer OMRI [Tue, 3 Nov 2015 09:16:32 +0000 (10:16 +0100)]
add bower assets

as described in the symfony cookbook http://symfony.com/doc/current/cookbook/frontend/bower.html

8 years agoMerge pull request #1689 from enzian/f_GoVendorExperiment
Brendan Forster [Mon, 2 Nov 2015 20:19:22 +0000 (12:19 -0800)]
Merge pull request #1689 from enzian/f_GoVendorExperiment

added excludes for vendored directories (since GO 1.5)

8 years agoMerge pull request #1732 from jucrouzet/patch-1
Brendan Forster [Mon, 2 Nov 2015 18:25:02 +0000 (10:25 -0800)]
Merge pull request #1732 from jucrouzet/patch-1

Add .npm cache directory

8 years agoAdd .npm cache directory 1732/head
Julien CROUZET [Mon, 2 Nov 2015 18:20:21 +0000 (19:20 +0100)]
Add .npm cache directory

8 years agoMerge pull request #1730 from friederbluemle/update-android-gitignore
Brendan Forster [Mon, 2 Nov 2015 17:44:33 +0000 (09:44 -0800)]
Merge pull request #1730 from friederbluemle/update-android-gitignore

Revert "Ignoring build folder inside app module in Android projects"

8 years agoRevert "Ignoring build folder inside app module in Android projects" 1730/head
Frieder Bluemle [Mon, 2 Nov 2015 17:29:12 +0000 (01:29 +0800)]
Revert "Ignoring build folder inside app module in Android projects"

This reverts commit f4cf36c5e1e275cb40b981f84be0cd723cd0c152.

8 years agoMerge pull request #1727 from BGR360/patch-1
Brendan Forster [Sat, 31 Oct 2015 23:25:26 +0000 (16:25 -0700)]
Merge pull request #1727 from BGR360/patch-1

Removed Redundant Lines

8 years agoRemoved Redundant Lines 1727/head
Ben Reeves [Sat, 31 Oct 2015 21:17:36 +0000 (17:17 -0400)]
Removed Redundant Lines

samsheff accidentally typed a few of the lines twice ^.^

8 years agoMerge pull request #1723 from tsteinholz/patch-1
Brendan Forster [Thu, 29 Oct 2015 22:02:26 +0000 (15:02 -0700)]
Merge pull request #1723 from tsteinholz/patch-1

Update JetBrains.gitignore

8 years agoUpdate JetBrains.gitignore 1723/head
Thomas Steinholz [Thu, 29 Oct 2015 21:24:45 +0000 (17:24 -0400)]
Update JetBrains.gitignore

Added a forgotten IDE to the .gitignore documentation.

Why?
For completeness and correctness

What?
[Webstorm](https://www.jetbrains.com/webstorm).

8 years agoMerge pull request #1722 from flashspys/patch-1
Brendan Forster [Thu, 29 Oct 2015 10:33:54 +0000 (03:33 -0700)]
Merge pull request #1722 from flashspys/patch-1

Update TeX.gitignore

8 years agoMerge pull request #1719 from samsheff/add-ue4
Brendan Forster [Thu, 29 Oct 2015 10:27:20 +0000 (03:27 -0700)]
Merge pull request #1719 from samsheff/add-ue4

Add a .gitignore for Unreal Engine 4

8 years agoUpdate TeX.gitignore 1722/head
Felix Wehnert [Thu, 29 Oct 2015 08:13:17 +0000 (09:13 +0100)]
Update TeX.gitignore

8 years agoRe-add SourceArt Exclusions I removed on Accident 1719/head
Sam Sheffres [Thu, 29 Oct 2015 06:14:21 +0000 (12:14 +0600)]
Re-add SourceArt Exclusions I removed on Accident

8 years agoRename UE4 gitignore to UnrealEngine
Sam Sheffres [Thu, 29 Oct 2015 06:09:21 +0000 (12:09 +0600)]
Rename UE4 gitignore to UnrealEngine

8 years agoMerge pull request #1720 from jerodev/master
Brendan Forster [Wed, 28 Oct 2015 12:37:27 +0000 (05:37 -0700)]
Merge pull request #1720 from jerodev/master

gitignore for laravel5 and lumen

8 years agomissed slash in laravel.gitignore 1720/head
jerodev [Wed, 28 Oct 2015 12:28:46 +0000 (13:28 +0100)]
missed slash in laravel.gitignore

8 years agoMerged Laravel & Lumen + grouped rules
jerodev [Wed, 28 Oct 2015 12:24:11 +0000 (13:24 +0100)]
Merged Laravel & Lumen + grouped rules

8 years agoMerged laravel and laravel5
jerodev [Wed, 28 Oct 2015 07:43:54 +0000 (08:43 +0100)]
Merged laravel and laravel5

8 years agoCreate gitignore for 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.

8 years agoCreate gitignore for Lumen
Jeroen Deviaene [Tue, 27 Oct 2015 22:05:02 +0000 (23:05 +0100)]
Create gitignore for Lumen

8 years agoAdd a gitignore for Unreal Engine 4
Sam Sheffres [Tue, 27 Oct 2015 09:06:37 +0000 (15:06 +0600)]
Add a gitignore for Unreal Engine 4

8 years agoMerge pull request #1715 from ArgentiApparatus/patch-2
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

8 years agodoc/api/ explicitly a directory 1715/head
Gary Smith [Sat, 24 Oct 2015 18:01:53 +0000 (14:01 -0400)]
doc/api/ explicitly a directory

8 years agoFixed generated part js file pattern
Gary Smith [Sat, 24 Oct 2015 16:46:47 +0000 (12:46 -0400)]
Fixed generated part js file pattern

8 years agoMerge pull request #1713 from insign/patch-1
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

8 years agoMerge pull request #1714 from ArgentiApparatus/patch-2
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