0674ff5b5c
.project and .classpath should be inside VC
...
From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F
2017-03-28 09:22:28 +02:00
085ab5a65e
ignore logs on /administrator/logs/*
2017-03-24 10:53:20 +03:00
2c0cb52a67
Merge pull request #2331 from cptaffe/master
...
Rails gitignore misuses double-asterisk
2017-03-24 09:38:54 +11:00
811b3a6998
Double-asterisk misuse
...
`**.` is invalid
2017-03-23 11:09:50 -05:00
cae82a19fb
Added .spyproject to ignored paths
...
Looks like Spyder 3.1 uses .spyproject folder to store workspace config
2017-03-21 12:06:48 +11:00
4148e0c152
Adding cmake-build-debug
2017-03-19 23:20:15 -07:00
afdf5de214
Add exclusion for OpenCover UI results
2017-03-18 23:28:28 -05:00
35c010258f
Merge pull request #2321 from matt40k/patch-1
...
Add ignore for Secondary data files
2017-03-14 09:59:10 +10:30
5ac1b183ac
Add ignore for Secondary data files
...
Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx )
2017-03-13 10:13:39 +00:00
ae325bcd85
Merge pull request #2319 from kevmoo/patch-1
...
Drastically simplify .gitignore for Dart
2017-03-13 08:44:35 +08:00
a0b4a6948e
Merge pull request #2320 from Cantido/master
...
Add Cursive's REPL history file
2017-03-13 08:43:55 +08:00
8e85b39340
Add Cursive's REPL history file
...
**Reasons for making this change:**
The file `replstate.xml` contains the history of the Clojure REPL
that Cursive adds to IntelliJ. Obviously that's user-specific,
and not relevant to other users.
**Links to documentation supporting these rule changes:**
This file is not well-documented, but in cursive-ide/cursive#1325 ,
the Cursive developers state that this is the REPL history file,
and that deleting it is acceptable troubleshooting if it's
causing trouble.
2017-03-12 11:37:13 -05:00
a719cf1ad3
Merge pull request #2318 from bbodenmiller/patch-3
...
remove extra line
2017-03-12 12:25:06 +08:00
39723c4ce5
Update Dart.gitignore
2017-03-11 13:41:43 -08:00
0548e0ba6d
Update Dart.gitignore
2017-03-11 13:41:14 -08:00
56feedcfa4
Drastically simplify .gitignore for Dart
...
Our typical workflow has JS and related build outputs in the `build` directory.
Most users are on new SDKs, so we don't have to worry about these ignores.
Most users don't generate docs locally. If they do, it's easy to add the entry to their .gitignore later.
2017-03-10 16:32:54 -08:00
2d4695b277
remove extra line
2017-03-10 14:43:32 -08:00
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
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
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
6686e52dbe
update wwwroot/lib description; revert EOF
2017-03-06 13:14:55 -05:00
5b83681411
Remove Composer's file and directory.
2017-03-06 19:16:06 +03:30
d5724e4198
VS15 bower - default config
...
In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.
2017-03-02 17:14:45 -05:00
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
2dcbc21d80
Added BizTalk build output files to ignore list
2017-03-01 10:35:44 +01:00
48e6581139
Merge pull request #2302 from dopefishh/tex-remove-dups
...
TeX: remove duplicates
2017-02-28 21:38:09 +11:00
c70633efba
TeX: remove duplicates
2017-02-28 11:27:43 +01:00
f890b89b81
Merge pull request #2301 from MichaelKogan/VS-JustMock_Config
...
Added Telerik's JustMock configruation files
2017-02-28 21:11:34 +11:00
df59a91460
Added Telerik's JustMock configruation files
2017-02-28 09:15:00 +02:00
fcc71d2966
Merge pull request #2292 from jlabarbera11/master
...
Added /project/project to PlayFramework.gitignore
2017-02-23 08:21:49 +11:00
af3bfa0eb4
Added /project/project to PlayFramework.gitignore
...
https://www.playframework.com/documentation/2.5.x/Anatomy
2017-02-22 08:43:06 -08:00
80c5f1c6f5
Merge pull request #2291 from pmsosa/patch-1
...
[Python Gitignore] Ignore Sage's parsed files
2017-02-20 20:23:13 +11:00
018c091310
Update Python.gitignore
2017-02-19 23:52:08 -08:00
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
3af1c2901f
Merge pull request #2290 from aleixosk/master
...
Ignore dictionaries to reflect docs
2017-02-18 01:11:21 +11:00
82eeac28ed
Ignore dictionaries to reflect docs
2017-02-17 11:25:02 +01:00
5f5e025098
Merge pull request #2288 from sherzodv/eclipse-scala
...
[Eclipse] Add excludes kept in Scala.gitignore .
2017-02-17 07:33:49 +11:00
1e943a180d
Merge pull request #2289 from sherzodv/scala-cleanup
...
[Scala] remove external tools excludes.
2017-02-17 07:32:18 +11:00
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
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
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
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
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
448d3ed38b
Merge pull request #2285 from koppor/patch-4
...
Update TeX.gitignore
2017-02-16 21:56:50 +11:00
ca5a58fae6
Update TeX.gitignore
...
minitoc also generates .stc, .slf, and .slt files
2017-02-16 11:06:57 +01:00
7815b8bb45
PR WIP: Revert addition to Scala.gitignore
2017-02-16 12:50:18 +05:00
ebb436c559
Merge pull request #2284 from shiftkey/fastlane-tools
...
updated link to fastlane docs
2017-02-16 10:49:26 +11:00
8ca6baad0a
updated link to fastlane docs
2017-02-16 10:47:31 +11:00
c8e03c2156
Merge pull request #2233 from tjkemper/patch-1
...
[Maven] fix comment
2017-02-16 09:38:44 +11:00
f457b6a1cb
Reword comment
2017-02-15 14:00:41 -07:00