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

1803 Commits

Author SHA1 Message Date
Dany Maillard
af4b2ae6f4 Update Prestashop.gitignore 2015-11-04 10:31:36 +01:00
Brendan Forster
1d774cdf83 Merge pull request #1734 from JacerOmri/patch-1
add bower assets
2015-11-03 08:16:33 -08:00
Jacer OMRI
f59e22d1c3 add bower assets
as described in the symfony cookbook http://symfony.com/doc/current/cookbook/frontend/bower.html
2015-11-03 10:16:32 +01:00
Brendan Forster
2bd7d8ec88 Merge pull request #1689 from enzian/f_GoVendorExperiment
added excludes for vendored directories (since GO 1.5)
2015-11-02 12:19:22 -08:00
Brendan Forster
56639ff392 Merge pull request #1732 from jucrouzet/patch-1
Add .npm cache directory
2015-11-02 10:25:02 -08:00
Julien CROUZET
f4faeebd86 Add .npm cache directory 2015-11-02 19:20:21 +01:00
Brendan Forster
b2c1eea835 Merge pull request #1730 from friederbluemle/update-android-gitignore
Revert "Ignoring build folder inside app module in Android projects"
2015-11-02 09:44:33 -08:00
Frieder Bluemle
3b0b68838d Revert "Ignoring build folder inside app module in Android projects"
This reverts commit f4cf36c5e1.
2015-11-03 01:29:12 +08:00
Brendan Forster
ad126218f6 Merge pull request #1727 from BGR360/patch-1
Removed Redundant Lines
2015-10-31 16:25:26 -07:00
Ben Reeves
2111560949 Removed Redundant Lines
samsheff accidentally typed a few of the lines twice ^.^
2015-10-31 17:17:36 -04:00
Brendan Forster
a55134fce8 Merge pull request #1723 from tsteinholz/patch-1
Update JetBrains.gitignore
2015-10-29 15:02:26 -07:00
Thomas Steinholz
38d6cac990 Update JetBrains.gitignore
Added a forgotten IDE to the .gitignore documentation.

Why?
For completeness and correctness

What?
[Webstorm](https://www.jetbrains.com/webstorm).
2015-10-29 17:24:45 -04:00
Brendan Forster
8653a673ca Merge pull request #1722 from flashspys/patch-1
Update TeX.gitignore
2015-10-29 03:33:54 -07:00
Brendan Forster
d1a5e57553 Merge pull request #1719 from samsheff/add-ue4
Add a .gitignore for Unreal Engine 4
2015-10-29 03:27:20 -07:00
Felix Wehnert
2b504e6ba3 Update TeX.gitignore 2015-10-29 09:13:17 +01:00
Sam Sheffres
e3cd87b276 Re-add SourceArt Exclusions I removed on Accident 2015-10-29 12:14:21 +06:00
Sam Sheffres
18a4bd70c7 Rename UE4 gitignore to UnrealEngine 2015-10-29 12:09:21 +06:00
Brendan Forster
fbb6dd9a34 Merge pull request #1720 from jerodev/master
gitignore for laravel5 and lumen
2015-10-28 05:37:27 -07:00
jerodev
5dda2849bf missed slash in laravel.gitignore 2015-10-28 13:28:46 +01:00
jerodev
3a838f8640 Merged Laravel & Lumen + grouped rules 2015-10-28 13:24:11 +01:00
jerodev
1d16414b1f Merged laravel and laravel5 2015-10-28 08:43:54 +01:00
Jeroen Deviaene
f652ad7627 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.
2015-10-27 23:07:36 +01:00
Jeroen Deviaene
710884d4f5 Create gitignore for Lumen 2015-10-27 23:05:02 +01:00
Sam Sheffres
0a63fa39fc Add a gitignore for Unreal Engine 4 2015-10-27 15:06:37 +06:00
Brendan Forster
1f65941ef9 Merge pull request #1715 from ArgentiApparatus/patch-2
Fixed generated part js file pattern
2015-10-25 01:06:38 +02:00
Gary Smith
eefbb4f8f2 doc/api/ explicitly a directory 2015-10-24 14:01:53 -04:00
Gary Smith
7673714c7e Fixed generated part js file pattern 2015-10-24 12:46:47 -04:00
Brendan Forster
8affad3ad6 Merge pull request #1713 from insign/patch-1
Added some folders the are "compiled" things
2015-10-24 18:18:04 +02:00
Brendan Forster
f410a2a48e Merge pull request #1714 from ArgentiApparatus/patch-2
Updates based on discussions with Dart team
2015-10-24 18:12:09 +02:00
Hélio
344fc711d0 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
2015-10-23 16:58:40 -03:00
Gary Smith
7f9f6a1535 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
2015-10-23 12:46:40 -04:00
Brendan Forster
d06a6e2c6b Merge pull request #1711 from Arvur/master
Some details for Castalia statistics file
2015-10-22 13:39:17 +02:00
Denis Grinyuk
36817de7ee Some details for Castalia statistics file
Before XE7 Castalia used to be standalone expert thus I suppose here should be some grounding
2015-10-22 14:35:53 +03:00
Brendan Forster
299b928b43 Merge pull request #1710 from ArgentiApparatus/patch-2
Update Dart.gitignore
2015-10-22 13:34:35 +02:00
Gary Smith
3a622f2dcb Add *.precompiled.js
Add *.precompiled.js as per
https://stackoverflow.com/questions/20314796/which-files-are-generated-when-executing-dart2js-and-why
2015-10-21 10:45:49 -04:00
Gary Smith
4892e962c2 Add *.info.json to dart2js patterns 2015-10-21 10:29:21 -04:00
Gary Smith
db23e4f579 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
2015-10-21 09:11:27 -04:00
Brendan Forster
124a5bcfb7 Merge pull request #1708 from rodrigues/update_elixir_as_mix_new
Add /cover to Elixir.gitignore
2015-10-19 21:29:32 +02:00
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