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

2692 Commits

Author SHA1 Message Date
gagallo7
01e2e5617d Allow PakBlacklist-*.txt files inside Build dir
The PakBlacklist-<BuildConfiguration>.txt is used to disallow some files to be packaged in the pak file.
This can be very helpful to reduce pak file size for mobile platforms.

To avoid the user-defined blueprint class Debug.uasset located in Content/Blueprints folder to be packaged in shipping build, one has to do the following steps:
1. Create the PakBlacklist-Shipping.txt file in Build/Android directory.
2. Insert the content "../../../MyGameName/Blueprints/Debug.uasset
3. Package the game

Source: https://docs.unrealengine.com/latest/INT/Platforms/Android/ReducingAPKSize/#packageblacklist
2017-03-09 10:56:06 -03:00
Hannes Elvemyr
1e00aee3b1 Fixes issue excluding sub directories
This .gitignore is not correct. At least was not working for me.
Ignoring /media/* and then excluding !/media/customer/.htaccess is not
working. According to the Git manual, "It is not possible to re-include
a file if a parent directory of that file is excluded."
(https://git-scm.com/docs/gitignore).

Found a solution here:
http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files/16318111#16318111
2017-03-09 11:31:19 +01:00
Brendan Forster
1489551937 Merge pull request #2312 from Yousha/patch-1
Remove Composer's file and directory from Symfony.
2017-03-07 11:31:32 +11:00
Yousha Aleayoub
5b83681411 Remove Composer's file and directory. 2017-03-06 19:16:06 +03:30
Markus Olsson
be962308a6 Merge pull request #2305 from robinhultman/visualstudio-biztalk
Added BizTalk build output files to ignore list
2017-03-02 13:59:59 +01:00
Robin Hultman
2dcbc21d80 Added BizTalk build output files to ignore list 2017-03-01 10:35:44 +01:00
Brendan Forster
48e6581139 Merge pull request #2302 from dopefishh/tex-remove-dups
TeX: remove duplicates
2017-02-28 21:38:09 +11:00
Mart Lubbers
c70633efba TeX: remove duplicates 2017-02-28 11:27:43 +01:00
Brendan Forster
f890b89b81 Merge pull request #2301 from MichaelKogan/VS-JustMock_Config
Added Telerik's JustMock configruation files
2017-02-28 21:11:34 +11:00
MichaelKogan
df59a91460 Added Telerik's JustMock configruation files 2017-02-28 09:15:00 +02:00
Brendan Forster
fcc71d2966 Merge pull request #2292 from jlabarbera11/master
Added /project/project to PlayFramework.gitignore
2017-02-23 08:21:49 +11:00
Joe LaBarbera
af3bfa0eb4 Added /project/project to PlayFramework.gitignore
https://www.playframework.com/documentation/2.5.x/Anatomy
2017-02-22 08:43:06 -08:00
Brendan Forster
80c5f1c6f5 Merge pull request #2291 from pmsosa/patch-1
[Python Gitignore] Ignore Sage's parsed files
2017-02-20 20:23:13 +11:00
Pedro M. Sosa
018c091310 Update Python.gitignore 2017-02-19 23:52:08 -08:00
Pedro M. Sosa
f18e690ec1 [Python Gitignore] Ignore Sage's parsed files
Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.
2017-02-19 21:43:08 -08:00
Brendan Forster
3af1c2901f Merge pull request #2290 from aleixosk/master
Ignore dictionaries to reflect docs
2017-02-18 01:11:21 +11:00
Aleixo Sánchez
82eeac28ed Ignore dictionaries to reflect docs 2017-02-17 11:25:02 +01:00
Brendan Forster
5f5e025098 Merge pull request #2288 from sherzodv/eclipse-scala
[Eclipse] Add excludes kept in Scala.gitignore .
2017-02-17 07:33:49 +11:00
Brendan Forster
1e943a180d Merge pull request #2289 from sherzodv/scala-cleanup
[Scala] remove external tools excludes.
2017-02-17 07:32:18 +11:00
Brendan Forster
291cac571c Merge pull request #2287 from sherzodv/sbt-scala
[SBT] Add some excludes kept in Scala.gitignore .
2017-02-17 07:31:52 +11:00
sherzod
8dafbec557 [SBT] Add some excludes kept in Scala.gitignore .
Scala.gitignore currently has more entries for SBT than SBT.gitignore itself.
Copy missing entries here.
2017-02-17 01:08:00 +05:00
sherzod
51b8b5345f [Eclipse] Add excludes kept in Scala.gitignore .
Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore
itself. Copy missing entries here.
2017-02-17 01:07:06 +05:00
sherzod
770f4f3769 [Scala] remove external tools excludes.
Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate
Global/ gitignore files.
2017-02-17 01:01:42 +05:00
Brendan Forster
dce5039def Merge pull request #2068 from sherzodv/scala-ide-cache-main
[Scala] exclude Scala IDE related .cache-main .
2017-02-16 21:58:39 +11:00
Brendan Forster
448d3ed38b Merge pull request #2285 from koppor/patch-4
Update TeX.gitignore
2017-02-16 21:56:50 +11:00
Oliver Kopp
ca5a58fae6 Update TeX.gitignore
minitoc also generates .stc, .slf, and .slt files
2017-02-16 11:06:57 +01:00
sherzod
7815b8bb45 PR WIP: Revert addition to Scala.gitignore 2017-02-16 12:50:18 +05:00
Brendan Forster
ebb436c559 Merge pull request #2284 from shiftkey/fastlane-tools
updated link to fastlane docs
2017-02-16 10:49:26 +11:00
Brendan Forster
8ca6baad0a updated link to fastlane docs 2017-02-16 10:47:31 +11:00
Brendan Forster
c8e03c2156 Merge pull request #2233 from tjkemper/patch-1
[Maven] fix comment
2017-02-16 09:38:44 +11:00
Taylor Kemper
f457b6a1cb Reword comment 2017-02-15 14:00:41 -07:00
Brendan Forster
ed91cc6c01 Merge pull request #2281 from Stevoisiak/java-class-comment
Add comment for Java .class files
2017-02-15 10:20:23 +01:00
Brendan Forster
cb8ac65b34 Merge pull request #2282 from vmuriart/patch-1
Fix spelling
2017-02-15 10:20:01 +01:00
Victor Uriarte
e290bf9195 Fix spelling 2017-02-14 18:04:00 -07:00
Steven Vascellaro
697a1e236a Add comment for Java .class files 2017-02-13 17:02:12 -05:00
Brendan Forster
26a147d00d Merge pull request #2278 from erikghonyan/patch-1
Add missing space for the last comment
2017-02-10 09:00:12 +01:00
Erik Ghonyan
0d8b5f84fe Add missing space for the last comment 2017-02-09 19:07:51 +01:00
Brendan Forster
9a1d4adec9 Merge pull request #2277 from adjohnson916/yarn
fix(Node): ignore yarn logs
2017-02-09 09:20:54 +01:00
Anders D. Johnson
978d926dfd fix(Node): ignore yarn logs
This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
2017-02-09 00:13:21 -06:00
Brendan Forster
9ef1596ac1 Merge pull request #2273 from tcthien/master
Ignoring more generated file for Java project
2017-02-03 09:36:13 +01:00
Thien Tran
4fd93408e9 Remove the line for eclipse editor & vagrant sine it isn't already in global ignore 2017-02-03 11:06:49 +07:00
Brendan Forster
06ef3a9101 Merge pull request #2001 from wmarquardt/codeigniter3update
Codeigniter 3 support
2017-02-02 13:30:02 +01:00
William Marquardt
2813344310 Merge branch 'master' into codeigniter3update 2017-02-02 09:36:10 -02:00
Brendan Forster
5b15028492 Merge pull request #2112 from bbodenmiller/patch-3
[Node/VisualStudio] ignore typings directory
2017-02-02 12:00:34 +01:00
Brendan Forster
240e551d83 added comment about typings directory 2017-02-02 11:59:53 +01:00
Brendan Forster
60f46f95a7 added comment for typings directory 2017-02-02 11:57:45 +01:00
Brendan Forster
02de0de43f Merge branch 'master' into patch-3 2017-02-02 11:54:37 +01:00
Brendan Forster
c357392458 Merge pull request #1606 from svisser/purescript
Added .gitignore for PureScript
2017-02-02 11:21:11 +01:00
Brendan Forster
c110ba8647 Merge pull request #1996 from tonylotts/master
Ignore ensime files
2017-02-02 11:13:13 +01:00
Brendan Forster
100943c3ba Merge pull request #1424 from github/reduce-noise
Add an explanation to reduce PHP framework clutter
2017-02-02 10:56:07 +01:00