]> source.dussan.org Git - gitignore.git/log
gitignore.git
6 years agoFixes WebStorm capitalization in comment 2596/head
Nathan Floris Copier [Tue, 6 Feb 2018 02:23:52 +0000 (19:23 -0700)]
Fixes  WebStorm capitalization in comment

On line 1, WebStorm is capitalized the same way as the other IDE names.

6 years agoMerge pull request #2594 from raimon49/add-ignore-cache-dir-in-unit-test-section
Brendan Forster [Sun, 4 Feb 2018 08:36:10 +0000 (19:36 +1100)]
Merge pull request #2594 from raimon49/add-ignore-cache-dir-in-unit-test-section

Add ignore '.pytest_cache' directory in Unit test section

6 years agoAdd ignore '.pytest_cache' directory in Unit test section 2594/head
raimon [Sun, 4 Feb 2018 08:01:22 +0000 (17:01 +0900)]
Add ignore '.pytest_cache' directory in Unit test section

6 years agoMerge pull request #2587 from felixdivo/patch-1
Brendan Forster [Sat, 3 Feb 2018 11:13:02 +0000 (22:13 +1100)]
Merge pull request #2587 from felixdivo/patch-1

Added ignore for files created by `catkin_make_isolated`

6 years agoMerge pull request #2589 from komaflash/master
Brendan Forster [Thu, 1 Feb 2018 23:08:15 +0000 (10:08 +1100)]
Merge pull request #2589 from komaflash/master

Added "ServiceFabricBackup/"

6 years agoMerge pull request #2593 from chalin/patch-1
Brendan Forster [Thu, 1 Feb 2018 06:15:27 +0000 (17:15 +1100)]
Merge pull request #2593 from chalin/patch-1

Add `.dart_tool/`

6 years agoAdd `.dart_tool/` 2593/head
Patrice Chalin [Thu, 1 Feb 2018 01:26:54 +0000 (20:26 -0500)]
Add `.dart_tool/`

Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788

6 years agoAdded "ServiceFabricBackup/" 2589/head
komaflash // ec8or [Tue, 30 Jan 2018 09:02:51 +0000 (10:02 +0100)]
Added "ServiceFabricBackup/"

The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.

6 years agoAdded ignore for files created by `catkin_make_isolated` 2587/head
Felix Divo [Fri, 26 Jan 2018 10:32:59 +0000 (11:32 +0100)]
Added ignore for files created by `catkin_make_isolated`

Simply execute `catkin_make_isolated` and `build` and `devel` will have different names, but should be ignored as well.

6 years agoMerge pull request #2579 from meneguzzi/patch-1
Brendan Forster [Wed, 17 Jan 2018 19:37:39 +0000 (11:37 -0800)]
Merge pull request #2579 from meneguzzi/patch-1

Update TeX.gitignore

6 years agoUpdate TeX.gitignore 2579/head
Felipe Meneguzzi [Tue, 16 Jan 2018 11:24:56 +0000 (09:24 -0200)]
Update TeX.gitignore

Added a temporary file used in MacTeX

6 years agoMerge pull request #2578 from neetrath/patch-2
Brendan Forster [Fri, 12 Jan 2018 12:24:56 +0000 (08:24 -0400)]
Merge pull request #2578 from neetrath/patch-2

Update Android.gitignore

6 years agoUpdate Android.gitignore 2578/head
Ruttanachai Auitragool [Fri, 12 Jan 2018 08:54:34 +0000 (15:54 +0700)]
Update Android.gitignore

Add fastlane in Android gitignore

6 years agoMerge pull request #2572 from mbukejlovic/patch-1
Brendan Forster [Thu, 4 Jan 2018 11:36:33 +0000 (07:36 -0400)]
Merge pull request #2572 from mbukejlovic/patch-1

Fixed the unignore of folder 'packages'

6 years agoFixed the unignore of folder 'packages' 2572/head
mbukejlovic [Thu, 4 Jan 2018 09:26:19 +0000 (10:26 +0100)]
Fixed the unignore of folder 'packages'

Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort.

6 years agoMerge pull request #2562 from rgbkrk/patch-1
Brendan Forster [Tue, 2 Jan 2018 00:24:39 +0000 (20:24 -0400)]
Merge pull request #2562 from rgbkrk/patch-1

Update Node.gitignore

6 years agoUpdate Node.gitignore 2562/head
Kyle Kelley [Mon, 1 Jan 2018 22:26:54 +0000 (14:26 -0800)]
Update Node.gitignore

6 years agoMerge pull request #2561 from maxibanki/patch-1
Brendan Forster [Mon, 1 Jan 2018 21:09:14 +0000 (17:09 -0400)]
Merge pull request #2561 from maxibanki/patch-1

Go: Add '*.exe~' to .gitignore

6 years agoGo: Add '*.exe~' to .gitignore 2561/head
Max Schmitt [Mon, 1 Jan 2018 19:57:36 +0000 (20:57 +0100)]
Go: Add '*.exe~' to .gitignore

When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix.
https://github.com/golang/go/blob/558eeb2d850d064b0b02b65a7bf3af6c108c248d/src/cmd/go/internal/work/exec.go#L1165-L1170

6 years agoUpdate Eclipse.gitignore (#2556)
Rafi Wiener [Tue, 26 Dec 2017 09:34:18 +0000 (11:34 +0200)]
Update Eclipse.gitignore (#2556)

* Update Eclipse.gitignore

* Update Eclipse.gitignore

6 years agoAdd *.snk strong name key files (#2483)
toby [Tue, 26 Dec 2017 03:30:10 +0000 (03:30 +0000)]
Add *.snk strong name key files (#2483)

* Add *.snk strong name key files

Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher.

I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule.

* Make use of *.snk optional

Add note explaining use.

* Reduce explanation

Just use a link instead

6 years agoAdded a few common CAM file extensions (#2555)
PTS93 [Mon, 25 Dec 2017 23:24:52 +0000 (00:24 +0100)]
Added a few common CAM file extensions (#2555)

6 years agoAdded Must Use Plugins to gotignore (#2553)
Mostafa Soufi [Wed, 20 Dec 2017 22:30:58 +0000 (02:00 +0330)]
Added Must Use Plugins to gotignore (#2553)

https://codex.wordpress.org/Must_Use_Plugins

6 years agoAdd "cmake-build-release/" to Jetbrains.gitignore (#2552)
白季飞龙 [Mon, 18 Dec 2017 05:08:31 +0000 (13:08 +0800)]
Add "cmake-build-release/" to Jetbrains.gitignore (#2552)

6 years agoUpdate Matlab.gitignore (#2533)
Sam Roberts [Fri, 15 Dec 2017 02:11:47 +0000 (02:11 +0000)]
Update Matlab.gitignore (#2533)

Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.

6 years agoIgnore node_modules (#2538)
Stefan [Fri, 15 Dec 2017 02:11:09 +0000 (21:11 -0500)]
Ignore node_modules (#2538)

Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.

6 years agoIgnoring the models builder out of date flag (#2543)
Richard Thompson [Fri, 15 Dec 2017 02:09:14 +0000 (02:09 +0000)]
Ignoring the models builder out of date flag (#2543)

The out of date models flag is automatically generated by the system, we don't want this in Git

6 years agoignore MSBuild Binary and Structured Log (#2549)
Enrico Sada [Wed, 13 Dec 2017 22:37:34 +0000 (23:37 +0100)]
ignore MSBuild Binary and Structured Log (#2549)

ref http://msbuildlog.com/

6 years agoUpdate Jekyll.gitignore (#2540)
Augusto Daniele [Tue, 5 Dec 2017 20:40:27 +0000 (17:40 -0300)]
Update Jekyll.gitignore (#2540)

Add .jekyll-cache/ as per envygeeks/jekyll-assets

6 years agoFixing .gitignore (#2531)
Matthew Wallace [Wed, 29 Nov 2017 21:36:52 +0000 (21:36 +0000)]
Fixing .gitignore (#2531)

* Update Unity.gitignore

Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.

* removed wildcards from Unity's .gitignore

6 years agoAdd ignore for Azure Stream Analytics local run output folder (#2498)
Tuomas-Matti Soikkeli [Wed, 29 Nov 2017 01:08:59 +0000 (03:08 +0200)]
Add ignore for Azure Stream Analytics local run output folder (#2498)

6 years agoAdd cabal.project.local~ to Haskell.gitignore (#2479)
Ryan Scott [Wed, 29 Nov 2017 01:04:15 +0000 (20:04 -0500)]
Add cabal.project.local~ to Haskell.gitignore (#2479)

6 years agoIgnore Unity generated '*.pdb.meta' files for '*.pdb' files (#2486)
James Reed [Wed, 29 Nov 2017 01:03:18 +0000 (17:03 -0800)]
Ignore Unity generated '*.pdb.meta' files for '*.pdb' files (#2486)

6 years agoUpdate Unity.gitignore (#2502)
Matthew Wallace [Wed, 29 Nov 2017 01:01:40 +0000 (01:01 +0000)]
Update Unity.gitignore (#2502)

Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.

6 years agoAdd *.sta (standalone packages) for TeX (#2484)
Thi Minh Nhựt [Wed, 29 Nov 2017 01:00:43 +0000 (08:00 +0700)]
Add *.sta (standalone packages) for TeX (#2484)

6 years agoadded logs and devel directories to .gitignore (#2497)
Sadhan Sarma [Wed, 29 Nov 2017 00:52:56 +0000 (06:22 +0530)]
added logs and devel directories to .gitignore (#2497)

6 years agoAdd sccprj/ folder to global MATLAB.gitignore (#2493)
Caio Proiete [Wed, 29 Nov 2017 00:51:55 +0000 (20:51 -0400)]
Add sccprj/ folder to global MATLAB.gitignore (#2493)

6 years agoTeX.gitignore modification for Emacs users (#2491)
Chris Mower [Wed, 29 Nov 2017 00:51:19 +0000 (00:51 +0000)]
TeX.gitignore modification for Emacs users (#2491)

* without . the auto directory is still considered for commits

* small addition that ensures all Emacs-Lisp files (.el files) are ignored

6 years agoUpdate VisualStudio.gitignore (#2510)
Denis Peshkov [Wed, 29 Nov 2017 00:47:25 +0000 (02:47 +0200)]
Update VisualStudio.gitignore (#2510)

* Update VisualStudio.gitignore

6 years agoMerge pull request #2513 from lushc/feature/ignore-vendors
Brendan Forster [Wed, 29 Nov 2017 00:46:40 +0000 (11:46 +1100)]
Merge pull request #2513 from lushc/feature/ignore-vendors

Revert "Remove Composer's file and directory."

6 years agoMerge pull request #2505 from bndw/go-remove-glide
Brendan Forster [Wed, 29 Nov 2017 00:45:17 +0000 (11:45 +1100)]
Merge pull request #2505 from bndw/go-remove-glide

Remove .glide/ ignore

6 years agoMerge pull request #2516 from ButchDean/master
Brendan Forster [Wed, 29 Nov 2017 00:43:42 +0000 (11:43 +1100)]
Merge pull request #2516 from ButchDean/master

Ignore Visual Studio 2017 C++ app generated files.

6 years agoMerge pull request #2524 from halbich/unreal-plugins-directories
Brendan Forster [Wed, 29 Nov 2017 00:40:23 +0000 (11:40 +1100)]
Merge pull request #2524 from halbich/unreal-plugins-directories

UnrealEngine - Include Plugins folder

6 years agoInclude Plugins folder 2524/head
Pavel Halbich [Thu, 23 Nov 2017 23:08:29 +0000 (00:08 +0100)]
Include Plugins folder

6 years agoMerge pull request #2517 from Noctis-/patch-1
Brendan Forster [Mon, 20 Nov 2017 02:15:47 +0000 (13:15 +1100)]
Merge pull request #2517 from Noctis-/patch-1

Update comment

6 years agoMerge pull request #2519 from xeoneux/patch-1
Brendan Forster [Sat, 18 Nov 2017 00:17:15 +0000 (11:17 +1100)]
Merge pull request #2519 from xeoneux/patch-1

Update VisualStudio.gitignore

6 years agoUpdate VisualStudio.gitignore 2519/head
Aayush Kapoor [Fri, 17 Nov 2017 16:21:29 +0000 (21:51 +0530)]
Update VisualStudio.gitignore

6 years agoUpdate comment 2517/head
Noctis- [Wed, 15 Nov 2017 23:09:25 +0000 (09:09 +1000)]
Update comment

6 years agoIgnore Visual Studio 2017 generated files. 2516/head
Dean Butcher [Wed, 15 Nov 2017 01:57:28 +0000 (21:57 -0400)]
Ignore Visual Studio 2017 generated files.

6 years agoRevert "Remove Composer's file and directory." 2513/head
Chris Lush [Thu, 9 Nov 2017 15:35:03 +0000 (15:35 +0000)]
Revert "Remove Composer's file and directory."

This reverts commit 5b83681411d95d9302a3e0414efe82c6b4549d26.

6 years agoMerge pull request #2512 from jsoref/spelling
Brendan Forster [Wed, 8 Nov 2017 01:47:52 +0000 (12:47 +1100)]
Merge pull request #2512 from jsoref/spelling

Spelling

6 years agospelling: utils 2512/head
Josh Soref [Wed, 8 Nov 2017 01:20:10 +0000 (01:20 +0000)]
spelling: utils

6 years agospelling: intellij
Josh Soref [Wed, 8 Nov 2017 01:16:31 +0000 (01:16 +0000)]
spelling: intellij

6 years agoMerge pull request #2509 from hantuzun/patch-1
Brendan Forster [Sun, 29 Oct 2017 22:36:49 +0000 (09:36 +1100)]
Merge pull request #2509 from hantuzun/patch-1

Update Terraform.gitignore

6 years agoMerge pull request #2506 from cliffordp/patch-1
Brendan Forster [Sun, 29 Oct 2017 22:32:35 +0000 (09:32 +1100)]
Merge pull request #2506 from cliffordp/patch-1

Fix link to go to current anchor

6 years agoUpdate Terraform.gitignore 2509/head
Han Tuzun [Sun, 29 Oct 2017 20:26:00 +0000 (22:26 +0200)]
Update Terraform.gitignore

Improvements:

 * `.terraform` directories could be created in any subdirectory when user runs `terraform init`.
 * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or  `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern.
 * `*.tfvars` files often contain private data and not supposed to be committed.

6 years agoFix link to go to current anchor 2506/head
Clifford [Fri, 27 Oct 2017 22:55:29 +0000 (17:55 -0500)]
Fix link to go to current anchor

6 years agoRemove .glide/ ignore 2505/head
bndw [Tue, 24 Oct 2017 05:43:41 +0000 (22:43 -0700)]
Remove .glide/ ignore

This was a workaround for https://github.com/Masterminds/glide/issues/736

Signed-off-by: bndw <benjamindwoodward@gmail.com>
6 years agoMerge pull request #2504 from Yousha/master
Brendan Forster [Mon, 23 Oct 2017 10:25:34 +0000 (20:25 +1000)]
Merge pull request #2504 from Yousha/master

Windows.gitignore - Change desktop.ini to [Dd]esktop.ini

6 years agoChange desktop.ini to [Dd]esktop.ini 2504/head
Yousha Aleayoub [Mon, 23 Oct 2017 08:07:18 +0000 (11:37 +0330)]
Change desktop.ini to [Dd]esktop.ini

6 years agoMerge pull request #2503 from synepis/patch-1
Brendan Forster [Thu, 19 Oct 2017 00:25:34 +0000 (11:25 +1100)]
Merge pull request #2503 from synepis/patch-1

Ignore Nuget package directory name casing

6 years agoIgnore Nuget package directory name casing 2503/head
synepis [Wed, 18 Oct 2017 13:38:08 +0000 (14:38 +0100)]
Ignore Nuget package directory name casing

It looks like VS2017 changed it's nuget package directory name to be capitalized.
When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing.

7 years agoMerge pull request #2501 from flowonyx/patch-1
Brendan Forster [Mon, 16 Oct 2017 01:49:09 +0000 (12:49 +1100)]
Merge pull request #2501 from flowonyx/patch-1

Fixed typos in README.md

7 years agoFixed typos in README.md 2501/head
flowonyx [Sun, 15 Oct 2017 23:42:37 +0000 (01:42 +0200)]
Fixed typos in README.md

There were just a couple of typos in the README that I fixed.

7 years agoMerge pull request #2496 from malhobayyeb/comment-out-android-keys
Brendan Forster [Mon, 9 Oct 2017 02:51:27 +0000 (13:51 +1100)]
Merge pull request #2496 from malhobayyeb/comment-out-android-keys

Commenting out Android keystore files

7 years agoCommenting out Android keystore files 2496/head
Mohammad Alhobayyeb [Sun, 8 Oct 2017 07:52:58 +0000 (10:52 +0300)]
Commenting out Android keystore files

Android keystore files are critical and losing them is destructive.

They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository.

7 years agoMerge pull request #2482 from jimbob7198/patch-1
Brendan Forster [Thu, 21 Sep 2017 02:07:22 +0000 (12:07 +1000)]
Merge pull request #2482 from jimbob7198/patch-1

Add exclusion of Visual Studio trace files (*.e2e)

7 years agoMerge pull request #2464 from Cadmus/master
Brendan Forster [Thu, 21 Sep 2017 02:05:35 +0000 (12:05 +1000)]
Merge pull request #2464 from Cadmus/master

updated static and media files in django section

7 years agoAdd exclusion of Visual Studio trace files (*.e2e) 2482/head
jimbob7198 [Wed, 20 Sep 2017 15:05:57 +0000 (16:05 +0100)]
Add exclusion of Visual Studio trace files (*.e2e)

7 years agoMerge pull request #2480 from Ckins/master
Brendan Forster [Wed, 20 Sep 2017 03:26:00 +0000 (13:26 +1000)]
Merge pull request #2480 from Ckins/master

Update Autotools.gitignore

7 years agoUpdate Autotools.gitignore 2480/head
KINSANG CHING [Wed, 20 Sep 2017 02:37:54 +0000 (10:37 +0800)]
Update Autotools.gitignore

add files generated by the autotool m4.

7 years agoMerge pull request #2477 from Ckins/patch-1
Brendan Forster [Sun, 17 Sep 2017 01:10:45 +0000 (09:10 +0800)]
Merge pull request #2477 from Ckins/patch-1

Update OCaml.gitignore

7 years agoUpdate OCaml.gitignore 2477/head
KINSANG CHING [Fri, 15 Sep 2017 04:45:14 +0000 (12:45 +0800)]
Update OCaml.gitignore

Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common

7 years agoMerge pull request #2475 from Ayase-252/master
Brendan Forster [Tue, 12 Sep 2017 22:47:23 +0000 (08:47 +1000)]
Merge pull request #2475 from Ayase-252/master

Fix failure to ignore Simulink autosave files

7 years agoMerge pull request #2474 from Ebola16/master
Brendan Forster [Tue, 12 Sep 2017 09:58:21 +0000 (19:58 +1000)]
Merge pull request #2474 from Ebola16/master

Remove double-spaced lines

7 years agoFix failure to ignore simulink autosave file 2475/head
Qingyu Deng [Tue, 12 Sep 2017 06:59:52 +0000 (14:59 +0800)]
Fix failure to ignore simulink autosave file

`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.

7 years agoRemove double-spaced lines 2474/head
Ryan Meredith [Tue, 12 Sep 2017 05:29:04 +0000 (01:29 -0400)]
Remove double-spaced lines

7 years agoMerge pull request #2328 from jpdillingham/opencover-visualstudio
Brendan Forster [Sat, 9 Sep 2017 01:44:25 +0000 (11:44 +1000)]
Merge pull request #2328 from jpdillingham/opencover-visualstudio

Add exclusion for OpenCover UI results

7 years agoMerge pull request #2332 from alnassre/patch-1
Brendan Forster [Sat, 9 Sep 2017 01:43:55 +0000 (11:43 +1000)]
Merge pull request #2332 from alnassre/patch-1

ignore logs on /administrator/logs/*

7 years agoMerge pull request #2410 from Coeur/patch-2
Brendan Forster [Sat, 9 Sep 2017 01:28:52 +0000 (11:28 +1000)]
Merge pull request #2410 from Coeur/patch-2

clarifying when ignoring is not required

7 years agoMerge pull request #2416 from jwg4/patch-2
Brendan Forster [Sat, 9 Sep 2017 01:27:49 +0000 (11:27 +1000)]
Merge pull request #2416 from jwg4/patch-2

Add names of backup folders created by terrarium

7 years agoMerge pull request #2397 from weinihou/master
Brendan Forster [Sat, 9 Sep 2017 01:25:05 +0000 (11:25 +1000)]
Merge pull request #2397 from weinihou/master

add MANIFEST to Python.gitignore

7 years agoMerge pull request #2420 from niklasholm/master
Brendan Forster [Sat, 9 Sep 2017 01:15:33 +0000 (11:15 +1000)]
Merge pull request #2420 from niklasholm/master

Add extended DVI (XDV) to TeX.gitignore

7 years agoMerge pull request #2425 from sobolevn/patch-1
Brendan Forster [Sat, 9 Sep 2017 01:12:10 +0000 (11:12 +1000)]
Merge pull request #2425 from sobolevn/patch-1

Updates Elixir gitignore file

7 years agoMerge pull request #2419 from soreng/patch-1
Brendan Forster [Sat, 9 Sep 2017 01:04:41 +0000 (11:04 +1000)]
Merge pull request #2419 from soreng/patch-1

Added link to source

7 years agoMerge pull request #2429 from yetanotherchris/patch-1
Brendan Forster [Sat, 9 Sep 2017 01:01:41 +0000 (11:01 +1000)]
Merge pull request #2429 from yetanotherchris/patch-1

Update Terraform.gitignore - ignore terraform.tfvars

7 years agoMerge pull request #2422 from danilcha/master
Brendan Forster [Sat, 9 Sep 2017 01:01:13 +0000 (11:01 +1000)]
Merge pull request #2422 from danilcha/master

.DS_Store is a file name, not an extension

7 years agoMerge pull request #2470 from fabioricali/patch-1
Brendan Forster [Sat, 9 Sep 2017 00:42:46 +0000 (10:42 +1000)]
Merge pull request #2470 from fabioricali/patch-1

Adds some files

7 years agoAdds some files 2470/head
Fabio Ricali [Thu, 7 Sep 2017 16:55:03 +0000 (18:55 +0200)]
Adds some files

7 years agoMerge pull request #2467 from rdela/patch-1
Brendan Forster [Sun, 3 Sep 2017 04:24:22 +0000 (14:24 +1000)]
Merge pull request #2467 from rdela/patch-1

Node - update Compiled binary addons link to https

7 years agoNode - update Compiled binary addons link to https 2467/head
Ricky de Laveaga [Thu, 31 Aug 2017 23:51:26 +0000 (16:51 -0700)]
Node - update Compiled binary addons link to https

Node.gitignore build/Release Compiled binary addons: http to https
https://nodejs.org/api/addons.html

7 years agoMerge pull request #2465 from ddfreyne/tmp-nanoc
Brendan Forster [Tue, 29 Aug 2017 22:41:09 +0000 (08:41 +1000)]
Merge pull request #2465 from ddfreyne/tmp-nanoc

Nanoc: Ignore tmp/nanoc/, not tmp/

7 years agoNanoc: Ignore tmp/nanoc/, not tmp/ 2465/head
Denis Defreyne [Tue, 29 Aug 2017 21:23:24 +0000 (23:23 +0200)]
Nanoc: Ignore tmp/nanoc/, not tmp/

7 years agoupdated static and media files in django section 2464/head
Renjith S Raj [Tue, 29 Aug 2017 05:33:33 +0000 (05:33 +0000)]
updated static and media files in django section

7 years agoMerge pull request #2461 from FabrizioBrancati/master
Brendan Forster [Wed, 23 Aug 2017 23:50:01 +0000 (09:50 +1000)]
Merge pull request #2461 from FabrizioBrancati/master

Updating Swift.gitignore with Package.resolved

7 years agoUpdating Swift.gitignore with Package.resolved 2461/head
Fabrizio Brancati [Tue, 22 Aug 2017 21:58:27 +0000 (23:58 +0200)]
Updating Swift.gitignore with Package.resolved

7 years agoMerge pull request #2458 from wirgen/master
Brendan Forster [Mon, 21 Aug 2017 01:36:06 +0000 (11:36 +1000)]
Merge pull request #2458 from wirgen/master

Add default file, README in libraries and translations in Drupal

7 years agoAdd default file, README in libraries and translations in Drupal 2458/head
Denis [Sun, 20 Aug 2017 07:44:48 +0000 (10:44 +0300)]
Add default file, README in libraries and translations in Drupal

7 years agoMerge pull request #2456 from tim-sueberkrueb/patch-2
Brendan Forster [Fri, 18 Aug 2017 06:41:40 +0000 (16:41 +1000)]
Merge pull request #2456 from tim-sueberkrueb/patch-2

Add QML and JS cache files to Qt.gitignore

7 years agoAdd QML and JS cache files to Qt.gitignore 2456/head
Tim Süberkrüb [Wed, 16 Aug 2017 15:38:05 +0000 (17:38 +0200)]
Add QML and JS cache files to Qt.gitignore