]>
source.dussan.org Git - gitignore.git/log
Brian Douglas [Sat, 11 Dec 2021 00:38:50 +0000 (16:38 -0800)]
Merge pull request #3796 from snaulX/master
Create .gitignore for Flax Engine
Brian Douglas [Sat, 11 Dec 2021 00:36:58 +0000 (16:36 -0800)]
Merge pull request #3805 from wc7086/patch-1
KiCad: add *-backups
Brian Douglas [Sat, 11 Dec 2021 00:11:17 +0000 (16:11 -0800)]
Merge pull request #3792 from jl5000/patch-1
Add RStudio Connect folder to R gitignore
Brian Douglas [Sat, 11 Dec 2021 00:06:20 +0000 (16:06 -0800)]
Merge pull request #3854 from AnilSeervi/patch-1
Update global .gitignore template doc ID link
Brian Douglas [Sat, 11 Dec 2021 00:05:25 +0000 (16:05 -0800)]
Merge pull request #3845 from kjchome/vshistory
Add Visual Studio History directories (`.vshistory`) to `VisualStudio.gitignore`
Brian Douglas [Sat, 11 Dec 2021 00:04:11 +0000 (16:04 -0800)]
Merge pull request #3839 from tropicalraisel/patch-1
Fixed .vscode not being ignored
Brian Douglas [Sat, 11 Dec 2021 00:02:53 +0000 (16:02 -0800)]
Merge pull request #3752 from lafeychine/TikZplot
Gnuplot ignored in TeX.gitignore
Brian Douglas [Sat, 11 Dec 2021 00:02:02 +0000 (16:02 -0800)]
Merge pull request #3857 from janniklasrose/patch-1
Add .ptc to TeX.gitignore
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
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
Brian Douglas [Fri, 10 Dec 2021 22:00:54 +0000 (14:00 -0800)]
Merge branch 'main' into patch-1
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
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
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
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
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
Tim [Fri, 10 Dec 2021 01:59:08 +0000 (10:59 +0900)]
Update VS Code to support *.code-snippets
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>
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
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
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
Brian Douglas [Tue, 7 Dec 2021 06:28:26 +0000 (22:28 -0800)]
Merge pull request #3910 from Wiblz/replace-master-branch-references
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
Wiblz [Mon, 6 Dec 2021 22:39:54 +0000 (23:39 +0100)]
Replace references of this repo's "master" branch
with "main".
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
Jannis vH [Mon, 6 Dec 2021 20:05:48 +0000 (21:05 +0100)]
Merge branch 'github:main' into main
Jannis vH [Mon, 6 Dec 2021 20:04:32 +0000 (21:04 +0100)]
Moved file to /community
Jannis vH [Mon, 6 Dec 2021 20:03:25 +0000 (21:03 +0100)]
Delete Beef.gitignore
Brian Douglas [Mon, 6 Dec 2021 17:10:40 +0000 (09:10 -0800)]
Merge pull request #3841 from xgdgsc/patch-1
Create Syncthing.gitignore
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
Hugo Sena Ribeiro [Mon, 6 Dec 2021 08:34:02 +0000 (05:34 -0300)]
doc(readme): master branch is now main
Patrick Kollitsch [Sun, 5 Dec 2021 02:29:38 +0000 (09:29 +0700)]
update Hugo.gitignore
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
Brian Douglas [Sun, 5 Dec 2021 00:03:19 +0000 (16:03 -0800)]
Merge branch 'main' into patch-1
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)
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
Brian Douglas [Sat, 4 Dec 2021 23:12:29 +0000 (15:12 -0800)]
Merge branch 'main' into master
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
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
Brian Douglas [Sat, 4 Dec 2021 22:26:50 +0000 (14:26 -0800)]
Merge pull request #3451 from BrianMSheldon/patch-1
Brian Douglas [Sat, 4 Dec 2021 22:18:33 +0000 (14:18 -0800)]
Merge pull request #3864 from dlibanori/patch-1
Brian Douglas [Sat, 4 Dec 2021 22:03:30 +0000 (14:03 -0800)]
Merge pull request #3885 from sryze/patch-1
Brian Douglas [Sat, 4 Dec 2021 21:58:58 +0000 (13:58 -0800)]
Merge pull request #3872 from baltpeter/patch-1
Brian Douglas [Sat, 4 Dec 2021 21:30:10 +0000 (13:30 -0800)]
Merge pull request #3880 from process1183/kicad.org
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
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
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
Brian Douglas [Sat, 4 Dec 2021 20:08:42 +0000 (12:08 -0800)]
Merge pull request #3121 from Polda18/master
Update VisualStudio.gitignore
Brian Douglas [Sat, 4 Dec 2021 20:06:56 +0000 (12:06 -0800)]
Update VisualStudio.gitignore
Co-authored-by: Jaan Jahilo <jaanjahilo@outlook.com>
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
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
Brian Douglas [Sat, 4 Dec 2021 19:41:02 +0000 (11:41 -0800)]
Merge pull request #3898 from faludigabor/master
AL Language gitignore template
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
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
Brian Douglas [Sat, 4 Dec 2021 15:53:10 +0000 (07:53 -0800)]
Merge pull request #3742 from Icaro-Lima/master
Update Unity.gitignore
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
Brian Douglas [Fri, 3 Dec 2021 20:13:29 +0000 (12:13 -0800)]
Adds a relationship question
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
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.
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
Falu [Sun, 28 Nov 2021 07:34:56 +0000 (08:34 +0100)]
new line for validation
Falu [Sun, 28 Nov 2021 07:34:13 +0000 (08:34 +0100)]
adding the initial version of the AL Language
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.
Kevin JY Cui [Tue, 16 Nov 2021 07:55:03 +0000 (02:55 -0500)]
Ignore default Recordings folder created by Unity Recorder package
Sergey Zolotarev [Sun, 14 Nov 2021 16:57:55 +0000 (22:57 +0600)]
Add replay_pid* to Java.gitignore
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
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/
Jannis vH [Wed, 3 Nov 2021 20:47:57 +0000 (21:47 +0100)]
Gitignore template for Beef programming language
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."
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
GuillemPM [Tue, 2 Nov 2021 09:44:10 +0000 (10:44 +0100)]
Add .gitignore for Microsoft Business Central
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
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
Alexander [Sat, 16 Oct 2021 17:00:29 +0000 (23:00 +0600)]
Merge branch 'github:master' into master
Brian Douglas [Thu, 14 Oct 2021 03:43:56 +0000 (20:43 -0700)]
Merge pull request #3757 from parsalotfy/patch-3
Jan N Rose [Wed, 13 Oct 2021 14:42:34 +0000 (16:42 +0200)]
Update TeX.gitignore
Add .ptc extension (partial toc) from titletoc package
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.
Anil Seervi [Tue, 12 Oct 2021 11:43:28 +0000 (17:13 +0530)]
Update global .gitignore template doc ID link
Ken Cross [Sun, 3 Oct 2021 12:26:51 +0000 (08:26 -0400)]
Add Visual Studio History (VSHistory) files
xgdgsc [Wed, 29 Sep 2021 09:57:09 +0000 (17:57 +0800)]
Update Syncthing.gitignore
xgdgsc [Wed, 29 Sep 2021 09:52:57 +0000 (17:52 +0800)]
Create Syncthing.gitignore
Tropical Raisel [Mon, 27 Sep 2021 15:33:02 +0000 (08:33 -0700)]
Fixed .vscode not being ignored
방성범 (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
Alexander [Tue, 14 Sep 2021 14:14:40 +0000 (20:14 +0600)]
Merge branch 'github:master' into master
Lucien Zhang [Sun, 12 Sep 2021 14:10:01 +0000 (23:10 +0900)]
Add vuepress v2.x temp and cache directory
Ole-Martin Bratteng [Sun, 12 Sep 2021 01:02:20 +0000 (03:02 +0200)]
feat(node): added `.stylelintcache` for stylelint
Aaron Sherber [Thu, 9 Sep 2021 02:24:42 +0000 (22:24 -0400)]
Remove nuget.config from VisualStudio.gitignore
Frieder Bluemle [Thu, 1 Jun 2017 07:30:55 +0000 (15:30 +0800)]
[Android] Cleanup and remove legacy stuff
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 .
Frieder Bluemle [Wed, 20 Feb 2019 09:33:34 +0000 (17:33 +0800)]
Revert "add android lint files"
This reverts commit
240dd3f3213b53f96932a8d92dfb523ccb51c099 .
Frieder Bluemle [Mon, 16 Oct 2017 03:47:57 +0000 (11:47 +0800)]
Revert "Commenting out Android keystore files"
This reverts commit
77145f787f311efa66c570c5ffadea10a429bf21 .
Brian Douglas [Wed, 18 Aug 2021 05:54:19 +0000 (22:54 -0700)]
Merge pull request #3781 from GrpeApple/master
Remove trailing whitespace
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
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
wc7086 [Sun, 15 Aug 2021 00:52:06 +0000 (08:52 +0800)]
KiCad: add *-backups
>A note about backup files
One other notable change is that the backup file system has been removed. This was the system that would create kicad_sch-bak and kicad_pcb-bak files every time you save. The short story about why this is removed is that with recent changes to the way file saving works, it should no longer be possible for files to be corrupted if KiCad crashes during a save, and the generation of these backup files was seen by many users as annoying clutter. For more context about this decision, you can read the [thread on the developers mailing list](https://lists.launchpad.net/kicad-developers/msg44067.html).
>An new backup system that properly backs up the whole project (see the [GitLab issue](https://gitlab.com/kicad/code/kicad/-/issues/4763)) has been implemented to replace this feature. As always when using nightly builds, back up your files separately in case a KiCad bug breaks the built-in backup system.
https://forum.kicad.info/t/new-project-file-format/23705
Alexander [Thu, 29 Jul 2021 05:47:29 +0000 (11:47 +0600)]
Create .gitignore for Flax Engine
Jamie Lendrum [Thu, 22 Jul 2021 11:05:41 +0000 (12:05 +0100)]
Add RStudio Connect folder to R gitignore
https://community.rstudio.com/t/should-i-include-the-rsconnect-folder-to-gitignore/98237
GrpeApple [Sun, 11 Jul 2021 05:03:23 +0000 (13:03 +0800)]
Remove trailing whitespace
Michael Orzel [Thu, 1 Jul 2021 14:50:20 +0000 (10:50 -0400)]
Add period and capitalized letter for formatting
Hecon5 [Wed, 23 Jun 2021 15:24:29 +0000 (11:24 -0400)]
Adding in support for Nasa SpecsIntact