]> source.dussan.org Git - gitignore.git/log
gitignore.git
2 years agoMerge pull request #3544 from schtandard/latex_svg
Brian Douglas [Sat, 11 Dec 2021 00:01:15 +0000 (16:01 -0800)]
Merge pull request #3544 from schtandard/latex_svg

Add svg temporary files

2 years agoMerge pull request #3856 from edwardrowe/patch-1
Brian Douglas [Fri, 10 Dec 2021 23:56:23 +0000 (15:56 -0800)]
Merge pull request #3856 from edwardrowe/patch-1

Unity: Remove exclusion for *.meta files

2 years agoMerge branch 'main' into patch-1 3856/head
Brian Douglas [Fri, 10 Dec 2021 22:00:54 +0000 (14:00 -0800)]
Merge branch 'main' into patch-1

2 years agoMerge pull request #3874 from Booklordofthedings/master
Brian Douglas [Fri, 10 Dec 2021 18:57:18 +0000 (10:57 -0800)]
Merge pull request #3874 from Booklordofthedings/master

Gitignore template for Beef programming language

2 years agoMerge pull request #3869 from jesseschalken/patch-1
Brian Douglas [Fri, 10 Dec 2021 18:56:51 +0000 (10:56 -0800)]
Merge pull request #3869 from jesseschalken/patch-1

Ignore directories from the Bazel IntelliJ plugin

2 years agoMerge pull request #3912 from kuritka/go-allow-list-community
Brian Douglas [Fri, 10 Dec 2021 18:53:41 +0000 (10:53 -0800)]
Merge pull request #3912 from kuritka/go-allow-list-community

Adding AllowList for Go

2 years agoMerge pull request #3911 from JP-Ellis/patch-1
Brian Douglas [Fri, 10 Dec 2021 18:52:30 +0000 (10:52 -0800)]
Merge pull request #3911 from JP-Ellis/patch-1

[Python] Add poetry.lock

2 years agoMerge pull request #3916 from selenehyun/code-snippets
Brian Douglas [Fri, 10 Dec 2021 18:45:49 +0000 (10:45 -0800)]
Merge pull request #3916 from selenehyun/code-snippets

Update VS Code to support *.code-snippets

2 years agoUpdate VS Code to support *.code-snippets 3916/head
Tim [Fri, 10 Dec 2021 01:59:08 +0000 (10:59 +0900)]
Update VS Code to support *.code-snippets

2 years agoAdding AllowList for Go 3912/head
kuritka [Tue, 7 Dec 2021 15:50:54 +0000 (16:50 +0100)]
Adding AllowList for Go

**Reasons for making this change:**

_Allowlisting with .gitignore is a technique for dealing with source trees that can have various different untracked local files such as generated output, packages installed through package managers, “working” files, config for individual developers, etc. Rather than trying to come up with some master list of all possible untracked files and add them to .gitignore, it can be easier to start by ignoring everything and then add specific directories back._
_I think the requirements for software development are changing and there is a need to offer an alternative to the denylist._

- https://jasonstitt.com/gitignore-whitelisting-patterns
- https://github.com/golang/go

Signed-off-by: kuritka <kuritka@gmail.com>
2 years agoMerge pull request #3832 from bangseongbeom/patch-1
Brian Douglas [Tue, 7 Dec 2021 06:59:14 +0000 (22:59 -0800)]
Merge pull request #3832 from bangseongbeom/patch-1

Make not to ignore *.code-workspace

2 years agoMerge pull request #3873 from davidsneighbour/patch-1
Brian Douglas [Tue, 7 Dec 2021 06:53:55 +0000 (22:53 -0800)]
Merge pull request #3873 from davidsneighbour/patch-1

Add files to Hugo.gitignore

2 years agoMerge pull request #3871 from GuillemPM/add-businesscentral
Brian Douglas [Tue, 7 Dec 2021 06:46:21 +0000 (22:46 -0800)]
Merge pull request #3871 from GuillemPM/add-businesscentral

Add .gitignore for Microsoft Business Central

2 years agoMerge pull request #3910 from Wiblz/replace-master-branch-references
Brian Douglas [Tue, 7 Dec 2021 06:28:26 +0000 (22:28 -0800)]
Merge pull request #3910 from Wiblz/replace-master-branch-references

2 years ago[Python] Add poetry.lock 3911/head
JP-Ellis [Mon, 6 Dec 2021 23:31:40 +0000 (10:31 +1100)]
[Python] Add poetry.lock

Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.  This is especially recommended for binary packages to ensure reproducibility, and is more commonly ignored for libraries.

This is taken from https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control

2 years agoReplace references of this repo's "master" branch 3910/head
Wiblz [Mon, 6 Dec 2021 22:39:54 +0000 (23:39 +0100)]
Replace references of this repo's "master" branch
with "main".

2 years agoMerge pull request #1 from Booklordofthedings/main 3874/head
Jannis vH [Mon, 6 Dec 2021 20:20:59 +0000 (21:20 +0100)]
Merge pull request #1 from Booklordofthedings/main

Merge main branch into master branch

2 years agoMerge branch 'github:main' into main
Jannis vH [Mon, 6 Dec 2021 20:05:48 +0000 (21:05 +0100)]
Merge branch 'github:main' into main

2 years agoMoved file to /community
Jannis vH [Mon, 6 Dec 2021 20:04:32 +0000 (21:04 +0100)]
Moved file to /community

2 years agoDelete Beef.gitignore
Jannis vH [Mon, 6 Dec 2021 20:03:25 +0000 (21:03 +0100)]
Delete Beef.gitignore

2 years agoMerge pull request #3841 from xgdgsc/patch-1
Brian Douglas [Mon, 6 Dec 2021 17:10:40 +0000 (09:10 -0800)]
Merge pull request #3841 from xgdgsc/patch-1

Create Syncthing.gitignore

2 years agoMerge pull request #3906 from cruel-intentions/rename-master-to-main
Brian Douglas [Mon, 6 Dec 2021 17:09:11 +0000 (09:09 -0800)]
Merge pull request #3906 from cruel-intentions/rename-master-to-main

doc(readme): master branch is now main

2 years agodoc(readme): master branch is now main 3906/head
Hugo Sena Ribeiro [Mon, 6 Dec 2021 08:34:02 +0000 (05:34 -0300)]
doc(readme): master branch is now main

2 years agoupdate Hugo.gitignore 3873/head
Patrick Kollitsch [Sun, 5 Dec 2021 02:29:38 +0000 (09:29 +0700)]
update Hugo.gitignore

2 years agoMerge pull request #3316 from frederikhors/patch-1
Brian Douglas [Sun, 5 Dec 2021 00:04:16 +0000 (16:04 -0800)]
Merge pull request #3316 from frederikhors/patch-1

[Node] Use real conventions

2 years agoMerge branch 'main' into patch-1 3316/head
Brian Douglas [Sun, 5 Dec 2021 00:03:19 +0000 (16:03 -0800)]
Merge branch 'main' into patch-1

2 years agoMerge pull request #3751 from dmead28/LensStudio
Brian Douglas [Sat, 4 Dec 2021 23:34:49 +0000 (15:34 -0800)]
Merge pull request #3751 from dmead28/LensStudio

Added LensStudio.gitignore (Ted Brown)

2 years agoMerge pull request #3825 from asherber/master
Brian Douglas [Sat, 4 Dec 2021 23:12:45 +0000 (15:12 -0800)]
Merge pull request #3825 from asherber/master

Remove nuget.config from VisualStudio.gitignore

2 years agoMerge branch 'main' into master 3825/head
Brian Douglas [Sat, 4 Dec 2021 23:12:29 +0000 (15:12 -0800)]
Merge branch 'main' into master

2 years agoMerge pull request #3829 from omBratteng/patch-1
Brian Douglas [Sat, 4 Dec 2021 23:09:30 +0000 (15:09 -0800)]
Merge pull request #3829 from omBratteng/patch-1

feat(node): added `.stylelintcache` for stylelint

2 years agoMerge pull request #3830 from LucienZhang/master
Brian Douglas [Sat, 4 Dec 2021 23:06:25 +0000 (15:06 -0800)]
Merge pull request #3830 from LucienZhang/master

Add vuepress v2.x temp and cache directory

2 years agoMerge pull request #3451 from BrianMSheldon/patch-1
Brian Douglas [Sat, 4 Dec 2021 22:26:50 +0000 (14:26 -0800)]
Merge pull request #3451 from BrianMSheldon/patch-1

2 years agoMerge pull request #3864 from dlibanori/patch-1
Brian Douglas [Sat, 4 Dec 2021 22:18:33 +0000 (14:18 -0800)]
Merge pull request #3864 from dlibanori/patch-1

2 years agoMerge pull request #3885 from sryze/patch-1
Brian Douglas [Sat, 4 Dec 2021 22:03:30 +0000 (14:03 -0800)]
Merge pull request #3885 from sryze/patch-1

2 years agoMerge pull request #3872 from baltpeter/patch-1
Brian Douglas [Sat, 4 Dec 2021 21:58:58 +0000 (13:58 -0800)]
Merge pull request #3872 from baltpeter/patch-1

2 years agoMerge pull request #3880 from process1183/kicad.org
Brian Douglas [Sat, 4 Dec 2021 21:30:10 +0000 (13:30 -0800)]
Merge pull request #3880 from process1183/kicad.org

2 years agoMerge pull request #3884 from breml/add-go-work
Brian Douglas [Sat, 4 Dec 2021 21:22:30 +0000 (13:22 -0800)]
Merge pull request #3884 from breml/add-go-work

Go: Ignore Go workspace file go.work

2 years agoMerge pull request #3888 from kevinjycui/unity-recorder
Brian Douglas [Sat, 4 Dec 2021 21:12:54 +0000 (13:12 -0800)]
Merge pull request #3888 from kevinjycui/unity-recorder

Ignore default Recordings folder created by Unity Recorder package

2 years agoMerge pull request #3295 from pedrosanta/wordpress-update
Brian Douglas [Sat, 4 Dec 2021 20:39:42 +0000 (12:39 -0800)]
Merge pull request #3295 from pedrosanta/wordpress-update

Update and fix WordPress gitignore

2 years agoMerge pull request #3121 from Polda18/master
Brian Douglas [Sat, 4 Dec 2021 20:08:42 +0000 (12:08 -0800)]
Merge pull request #3121 from Polda18/master

Update VisualStudio.gitignore

2 years agoUpdate VisualStudio.gitignore 3121/head
Brian Douglas [Sat, 4 Dec 2021 20:06:56 +0000 (12:06 -0800)]
Update VisualStudio.gitignore

Co-authored-by: Jaan Jahilo <jaanjahilo@outlook.com>
2 years agoMerge pull request #3356 from afcuttin/glossaries-files
Brian Douglas [Sat, 4 Dec 2021 20:01:42 +0000 (12:01 -0800)]
Merge pull request #3356 from afcuttin/glossaries-files

added file extensions when glossaries is loaded with "symbols" option

2 years agoMerge pull request #3895 from cmeeren/patch-1
Brian Douglas [Sat, 4 Dec 2021 19:49:56 +0000 (11:49 -0800)]
Merge pull request #3895 from cmeeren/patch-1

Remove .idea folder from VisualStudio

2 years agoMerge pull request #3898 from faludigabor/master
Brian Douglas [Sat, 4 Dec 2021 19:41:02 +0000 (11:41 -0800)]
Merge pull request #3898 from faludigabor/master

AL Language gitignore template

2 years agoMerge pull request #3899 from Leixb/master
Brian Douglas [Sat, 4 Dec 2021 19:11:38 +0000 (11:11 -0800)]
Merge pull request #3899 from Leixb/master

Add `.RDataTmp` to R.gitignore

2 years agoMerge pull request #3679 from ska80/idris2-updates
Brian Douglas [Sat, 4 Dec 2021 15:56:06 +0000 (07:56 -0800)]
Merge pull request #3679 from ska80/idris2-updates

Update .gitignore for Idris 2

2 years agoMerge pull request #3742 from Icaro-Lima/master
Brian Douglas [Sat, 4 Dec 2021 15:53:10 +0000 (07:53 -0800)]
Merge pull request #3742 from Icaro-Lima/master

Update Unity.gitignore

2 years agoMerge pull request #3903 from github/updates-pr-template 2259/head 2260/head 2261/head 2380/head
Brian Douglas [Fri, 3 Dec 2021 20:17:10 +0000 (12:17 -0800)]
Merge pull request #3903 from github/updates-pr-template

Adds a relationship question

2 years agoAdds a relationship question 3903/head
Brian Douglas [Fri, 3 Dec 2021 20:13:29 +0000 (12:13 -0800)]
Adds a relationship question

2 years agoMerge pull request #2402 from friederbluemle/update-android-gitignore
Brian Douglas [Fri, 3 Dec 2021 19:58:15 +0000 (11:58 -0800)]
Merge pull request #2402 from friederbluemle/update-android-gitignore

[Android] Cleanup and remove legacy stuff

2 years agoremoves .DS-Store from the PR 2402 2402/head
Brian Douglas [Fri, 3 Dec 2021 19:56:33 +0000 (11:56 -0800)]
removes .DS-Store from the PR 2402

Feel free to open a new PR for discussion on this.

2 years agoAdd `.RDataTmp` to R.gitignore 3899/head
LeixB [Mon, 29 Nov 2021 16:26:20 +0000 (17:26 +0100)]
Add `.RDataTmp` to R.gitignore

When saving `.RData`, all data is initially saved in `.RDataTmp` which
is then renamed to `.RData`.

`.RDataTmp` should be added to `.gitignore` since it will only exist
while a save operation is in progress or something failed on save.

Relevant links:
- https://stackoverflow.com/questions/32098036/purpose-of-rdatatmp-temporary-file-r
- https://github.com/wch/r-source/blob/trunk/src/library/base/R/load.R#L145-L154

2 years agonew line for validation 3898/head
Falu [Sun, 28 Nov 2021 07:34:56 +0000 (08:34 +0100)]
new line for validation

2 years agoadding the initial version of the AL Language
Falu [Sun, 28 Nov 2021 07:34:13 +0000 (08:34 +0100)]
adding the initial version of the AL Language

2 years agoRemove .idea folder from VisualStudio 3895/head
Christer van der Meeren [Wed, 24 Nov 2021 08:48:11 +0000 (09:48 +0100)]
Remove .idea folder from VisualStudio

Conflicts with JetBrains.gitignore. Some files in this directory should be checked in.

Not sure about *.sln.iml, so I'm leaving that. The JetBrains.gitignore file contains commented-out IML stuff with instructions on when to uncomment.

2 years agoIgnore default Recordings folder created by Unity Recorder package 3888/head
Kevin JY Cui [Tue, 16 Nov 2021 07:55:03 +0000 (02:55 -0500)]
Ignore default Recordings folder created by Unity Recorder package

2 years agoAdd replay_pid* to Java.gitignore 3885/head
Sergey Zolotarev [Sun, 14 Nov 2021 16:57:55 +0000 (22:57 +0600)]
Add replay_pid* to Java.gitignore

2 years agoGo: Ignore Go workspace file go.work 3884/head
Lucas Bremgartner [Sat, 13 Nov 2021 17:14:24 +0000 (18:14 +0100)]
Go: Ignore Go workspace file go.work

With Go 1.18, support for Go workspaces will land.
Go workspaces are configured in `go.work`, which
contains paths to local development versions of
modules and therefore is not expected to be
commited.

See:
* https://github.com/golang/go/issues/45713

2 years agoUpdate KiCad domain. 3880/head
Josh Gadeken [Mon, 8 Nov 2021 10:50:27 +0000 (03:50 -0700)]
Update KiCad domain.

https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/

2 years agoGitignore template for Beef programming language
Jannis vH [Wed, 3 Nov 2021 20:47:57 +0000 (21:47 +0100)]
Gitignore template for Beef programming language

2 years agoAdd files to Hugo.gitignore
Patrick Kollitsch [Wed, 3 Nov 2021 12:58:18 +0000 (19:58 +0700)]
Add files to Hugo.gitignore

Three new files to ignore for GoHugo repositories:

- `/assets/jsconfig.json` - Quote from [JavaScript Building](https://gohugo.io/hugo-pipes/js/): "Hugo will, by default, generate a assets/jsconfig.json file that maps the imports. This is useful for navigation/intellisense help inside code editors, but if you don’t need/want it, you can turn it off."
- `hugo_stats.json` - Quote from [Post Build Resource Transformations ](https://gohugo.io/news/0.69.0-relnotes/): "The prime current use case for the above is CSS pruning in PostCSS. In simple cases you can use the templates as a base for the content filters, but that has its limitations and can be very hard to setup, especially in themed configurations. So we have added a new writeStats configuration that, when enabled, will write a file named hugo_stats.json to your project root with some aggregated data about the build, e.g. list of HTML entities published, to be used to do CSS pruning."
- `.hugo_build.lock` - Quote from [Fine Grained File Filters ](https://gohugo.io/news/0.89.0-relnotes/): "Hugo now writes an empty file named .hugo_build.lock to the root of the project when building (also when doing hugo new mypost.md and other commands that requires a build). We recommend you just leave this file alone. Put it in .gitignore or similar if you don’t want the file in your source repository."

2 years agoHugo: Add new .hugo_build.lock 3872/head
Benjamin Altpeter [Tue, 2 Nov 2021 11:10:35 +0000 (11:10 +0000)]
Hugo: Add new .hugo_build.lock

Version 0.89.0 of Hugo creates a new `.hugo_build.lock` lock file
when building the site.

The release notes suggest adding this to the `.gitignore`:
https://github.com/gohugoio/hugo/releases/tag/v0.89.0

2 years agoAdd .gitignore for Microsoft Business Central 3871/head
GuillemPM [Tue, 2 Nov 2021 09:44:10 +0000 (10:44 +0100)]
Add .gitignore for Microsoft Business Central

2 years agoIgnore directories from the Bazel IntelliJ plugin 3869/head
Jesse Schalken [Mon, 1 Nov 2021 12:52:35 +0000 (23:52 +1100)]
Ignore directories from the Bazel IntelliJ plugin

These directories contain the generated project files from the Bazel IntelliJ plugin. See these links for info:

https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/.gitignore
https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/base/src/com/google/idea/blaze/base/sync/data/BlazeDataStorage.java#L36

2 years agoIgnore Rails .env according recomendations 3864/head
Daniel Libanori [Thu, 28 Oct 2021 07:52:49 +0000 (04:52 -0300)]
Ignore Rails .env according recomendations

Reasons for making this change:
Rails dotenv ignore is not following dotenv recommendations as stated in its documentation

Links to documentation supporting these rule changes:
https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use

3 years agoMerge pull request #3757 from parsalotfy/patch-3
Brian Douglas [Thu, 14 Oct 2021 03:43:56 +0000 (20:43 -0700)]
Merge pull request #3757 from parsalotfy/patch-3

3 years agoUnity: Remove exclusion for *.meta files
Edward Rowe [Wed, 13 Oct 2021 12:40:50 +0000 (08:40 -0400)]
Unity: Remove exclusion for *.meta files

If a user has ignored an asset (no matter how dubious that decision may be), they also want to ignore the .meta file. Instead of bringing back .metas that have been ignored, this template should trust that a user has ignored the files they want to ignore.

You'd encounter this issue if you had added an ignore for an asset and its meta above this Unity template, or if another template ignored an asset and meta.

In general excludes may be dangerous in these templates, as they can have unintended consequences on other templates.

3 years agoUpdate Syncthing.gitignore 3841/head
xgdgsc [Wed, 29 Sep 2021 09:57:09 +0000 (17:57 +0800)]
Update Syncthing.gitignore

3 years agoCreate Syncthing.gitignore
xgdgsc [Wed, 29 Sep 2021 09:52:57 +0000 (17:52 +0800)]
Create Syncthing.gitignore

3 years agoMake not to ignore *.code-workspace 3832/head
방성범 (Bang Seongbeom) [Sat, 18 Sep 2021 08:12:32 +0000 (17:12 +0900)]
Make not to ignore *.code-workspace

**Reasons for making this change:**

Workspace file can allow you to have an individual VS Code setting file for each project, which is useful for monorepo-based development.

You can find an example on [lit/lit/lit-next.code-workspace](https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace).

**Links to documentation supporting these rule changes:**

https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file

3 years agoAdd vuepress v2.x temp and cache directory 3830/head
Lucien Zhang [Sun, 12 Sep 2021 14:10:01 +0000 (23:10 +0900)]
Add vuepress v2.x temp and cache directory

3 years agofeat(node): added `.stylelintcache` for stylelint 3829/head
Ole-Martin Bratteng [Sun, 12 Sep 2021 01:02:20 +0000 (03:02 +0200)]
feat(node): added `.stylelintcache` for stylelint

3 years agoRemove nuget.config from VisualStudio.gitignore
Aaron Sherber [Thu, 9 Sep 2021 02:24:42 +0000 (22:24 -0400)]
Remove nuget.config from VisualStudio.gitignore

3 years ago[Android] Cleanup and remove legacy stuff
Frieder Bluemle [Thu, 1 Jun 2017 07:30:55 +0000 (15:30 +0800)]
[Android] Cleanup and remove legacy stuff

3 years agoRevert "Added aar file type to gitignore (#3233)"
Frieder Bluemle [Fri, 6 Dec 2019 21:34:53 +0000 (13:34 -0800)]
Revert "Added aar file type to gitignore (#3233)"

This reverts commit 1c114570c7659a59613ebc1fe45a5b07918df105.

3 years agoRevert "add android lint files"
Frieder Bluemle [Wed, 20 Feb 2019 09:33:34 +0000 (17:33 +0800)]
Revert "add android lint files"

This reverts commit 240dd3f3213b53f96932a8d92dfb523ccb51c099.

3 years agoRevert "Commenting out Android keystore files"
Frieder Bluemle [Mon, 16 Oct 2017 03:47:57 +0000 (11:47 +0800)]
Revert "Commenting out Android keystore files"

This reverts commit 77145f787f311efa66c570c5ffadea10a429bf21.

3 years agoMerge pull request #3781 from GrpeApple/master
Brian Douglas [Wed, 18 Aug 2021 05:54:19 +0000 (22:54 -0700)]
Merge pull request #3781 from GrpeApple/master

Remove trailing whitespace

3 years agoMerge pull request #3771 from hecon5/AddSpecsIntact
Brian Douglas [Wed, 18 Aug 2021 05:52:29 +0000 (22:52 -0700)]
Merge pull request #3771 from hecon5/AddSpecsIntact

Adding in support for Nasa SpecsIntact

3 years agoMerge pull request #3775 from michael-orzel/patch-1
Brian Douglas [Wed, 18 Aug 2021 05:27:54 +0000 (22:27 -0700)]
Merge pull request #3775 from michael-orzel/patch-1

Add period and capitalized letter for formatting

3 years agoRemove trailing whitespace 3781/head
GrpeApple [Sun, 11 Jul 2021 05:03:23 +0000 (13:03 +0800)]
Remove trailing whitespace

3 years agoAdd period and capitalized letter for formatting 3775/head
Michael Orzel [Thu, 1 Jul 2021 14:50:20 +0000 (10:50 -0400)]
Add period and capitalized letter for formatting

3 years agoAdding in support for Nasa SpecsIntact 3771/head
Hecon5 [Wed, 23 Jun 2021 15:24:29 +0000 (11:24 -0400)]
Adding in support for Nasa SpecsIntact

3 years agoRevert #3706 3757/head
Parsa [Sat, 12 Jun 2021 10:19:35 +0000 (14:49 +0430)]
Revert #3706

Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.

3 years agoMerge pull request #3652 from arthur-targaryen/patch-1
Brian Douglas [Thu, 10 Jun 2021 04:32:08 +0000 (21:32 -0700)]
Merge pull request #3652 from arthur-targaryen/patch-1

style(Autotools): remove trailing whitespaces

3 years agoMerge pull request #3660 from devtimi/patch-1
Brian Douglas [Thu, 10 Jun 2021 04:30:08 +0000 (21:30 -0700)]
Merge pull request #3660 from devtimi/patch-1

Update Xojo.gitignore for changes to .obsolete

3 years agoMerge pull request #3755 from Abdulrahman-AlGhamdi/master
Brian Douglas [Thu, 10 Jun 2021 04:19:59 +0000 (21:19 -0700)]
Merge pull request #3755 from Abdulrahman-AlGhamdi/master

Add `.idea/jarRepositories.xml` to Android.gitignore

3 years agoAdd `.idea/jarRepositories.xml` to Android.gitignore 3755/head
Abdulrahman Al-Ghamdi [Mon, 7 Jun 2021 08:32:20 +0000 (11:32 +0300)]
Add `.idea/jarRepositories.xml` to Android.gitignore

The file `.idea/jarRepositories.xml` should be added to .gitignore.
It is auto-generated and has only redundant information about remote jar repositories.
* https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo

3 years agoAdded header 3751/head
Doug Mead [Wed, 2 Jun 2021 18:54:29 +0000 (12:54 -0600)]
Added header

3 years agoAdded LensStudio.gitignore (Ted Brown)
Doug Mead [Wed, 2 Jun 2021 18:48:49 +0000 (12:48 -0600)]
Added LensStudio.gitignore (Ted Brown)

3 years agoMerge pull request #3647 from thatrobotdev/patch-1
Martin Woodward [Tue, 25 May 2021 13:22:36 +0000 (14:22 +0100)]
Merge pull request #3647 from thatrobotdev/patch-1

Delete fixed workaround for Gradle

3 years agoMerge pull request #3651 from kachick/node-ignore-envs
Martin Woodward [Tue, 25 May 2021 11:00:57 +0000 (12:00 +0100)]
Merge pull request #3651 from kachick/node-ignore-envs

Ignore `.env.production` in Node.js

3 years agoMerge pull request #3727 from leighmcculloch/patch-1
Martin Woodward [Tue, 25 May 2021 10:55:00 +0000 (11:55 +0100)]
Merge pull request #3727 from leighmcculloch/patch-1

Remove the all files matches from V.gitignore

3 years agoMerge pull request #3731 from Tanddant/master
Martin Woodward [Tue, 25 May 2021 10:45:53 +0000 (11:45 +0100)]
Merge pull request #3731 from Tanddant/master

Added SPFx (SharePoint Framework) gitignore

3 years agoMoved into community folder 3731/head
Martin Woodward [Tue, 25 May 2021 10:44:57 +0000 (11:44 +0100)]
Moved into community folder

3 years agoMerge pull request #3732 from sakurayang/patch-1
Martin Woodward [Tue, 25 May 2021 10:42:38 +0000 (11:42 +0100)]
Merge pull request #3732 from sakurayang/patch-1

add pnpm debug file to Node.gitignore

3 years agoAdd template file for Gretl (#3737)
Artur Tarassow [Tue, 25 May 2021 10:25:21 +0000 (12:25 +0200)]
Add template file for Gretl (#3737)

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
3 years agoMerge pull request #3739 from callumbwhyte/umbraco-ood-flag
Martin Woodward [Tue, 25 May 2021 10:19:46 +0000 (11:19 +0100)]
Merge pull request #3739 from callumbwhyte/umbraco-ood-flag

Excluding ood.flag in all folders for Umbraco gitignore

3 years agoUpdate Unity.gitignore 3742/head
Ícaro Lima [Sun, 23 May 2021 14:08:58 +0000 (11:08 -0300)]
Update Unity.gitignore

3 years agoExcluding odd.flag in all folders for Umbraco gitignore 3739/head
Callum Whyte [Sun, 16 May 2021 18:35:36 +0000 (19:35 +0100)]
Excluding odd.flag in all folders for Umbraco gitignore