Commit Graph

3434 Commits

Author SHA1 Message Date
Brian Douglas 69c53a6c82
Merge pull request #3805 from wc7086/patch-1
KiCad: add *-backups
2021-12-10 16:36:58 -08:00
Brian Douglas cfdda2ac19
Merge pull request #3792 from jl5000/patch-1
Add RStudio Connect folder to R gitignore
2021-12-10 16:11:17 -08:00
Brian Douglas 15152bf823
Merge pull request #3854 from AnilSeervi/patch-1
Update global .gitignore template doc ID link
2021-12-10 16:06:20 -08:00
Brian Douglas a419663ea9
Merge pull request #3845 from kjchome/vshistory
Add Visual Studio History directories (`.vshistory`) to `VisualStudio.gitignore`
2021-12-10 16:05:25 -08:00
Brian Douglas cc14d7972c
Merge pull request #3839 from tropicalraisel/patch-1
Fixed .vscode not being ignored
2021-12-10 16:04:11 -08:00
Brian Douglas 362abacebe
Merge pull request #3752 from lafeychine/TikZplot
Gnuplot ignored in TeX.gitignore
2021-12-10 16:02:53 -08:00
Brian Douglas b528200423
Merge pull request #3857 from janniklasrose/patch-1
Add .ptc to TeX.gitignore
2021-12-10 16:02:02 -08:00
Brian Douglas 8fb6727126
Merge pull request #3544 from schtandard/latex_svg
Add svg temporary files
2021-12-10 16:01:15 -08:00
Brian Douglas 266303e271
Merge pull request #3856 from edwardrowe/patch-1
Unity: Remove exclusion for *.meta files
2021-12-10 15:56:23 -08:00
Brian Douglas eafb2eea79
Merge branch 'main' into patch-1 2021-12-10 14:00:54 -08:00
Brian Douglas 9523e7b536
Merge pull request #3874 from Booklordofthedings/master
Gitignore template for Beef programming language
2021-12-10 10:57:18 -08:00
Brian Douglas ac5fc0bbb9
Merge pull request #3869 from jesseschalken/patch-1
Ignore directories from the Bazel IntelliJ plugin
2021-12-10 10:56:51 -08:00
Brian Douglas cb80974b9f
Merge pull request #3912 from kuritka/go-allow-list-community
Adding AllowList for Go
2021-12-10 10:53:41 -08:00
Brian Douglas 3b6d9b0599
Merge pull request #3911 from JP-Ellis/patch-1
[Python] Add poetry.lock
2021-12-10 10:52:30 -08:00
Brian Douglas 2b712fa0e3
Merge pull request #3916 from selenehyun/code-snippets
Update VS Code to support *.code-snippets
2021-12-10 10:45:49 -08:00
Tim f07a642eb9 Update VS Code to support *.code-snippets 2021-12-10 10:59:08 +09:00
kuritka 4e89ae30ed
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>
2021-12-07 17:11:14 +01:00
Brian Douglas 996b2a21b2
Merge pull request #3832 from bangseongbeom/patch-1
Make not to ignore *.code-workspace
2021-12-06 22:59:14 -08:00
Brian Douglas e65111c618
Merge pull request #3873 from davidsneighbour/patch-1
Add files to Hugo.gitignore
2021-12-06 22:53:55 -08:00
Brian Douglas 2b8e5b36ec
Merge pull request #3871 from GuillemPM/add-businesscentral
Add .gitignore for Microsoft Business Central
2021-12-06 22:46:21 -08:00
Brian Douglas 4ceff23822
Merge pull request #3910 from Wiblz/replace-master-branch-references 2021-12-06 22:28:26 -08:00
JP-Ellis 596862f8b5
[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
2021-12-07 10:31:40 +11:00
Wiblz 093b0fbce9 Replace references of this repo's "master" branch
with "main".
2021-12-06 23:39:54 +01:00
Jannis vH 3f3fb25f2e
Merge pull request #1 from Booklordofthedings/main
Merge main branch into master branch
2021-12-06 21:20:59 +01:00
Jannis vH 776bd5a459
Merge branch 'github:main' into main 2021-12-06 21:05:48 +01:00
Jannis vH 673f18999f
Moved file to /community 2021-12-06 21:04:32 +01:00
Jannis vH 6f63e3d13a
Delete Beef.gitignore 2021-12-06 21:03:25 +01:00
Brian Douglas c3c7af5d0d
Merge pull request #3841 from xgdgsc/patch-1
Create Syncthing.gitignore
2021-12-06 09:10:40 -08:00
Brian Douglas f35ddb564c
Merge pull request #3906 from cruel-intentions/rename-master-to-main
doc(readme): master branch is now main
2021-12-06 09:09:11 -08:00
Hugo Sena Ribeiro d1d0806206
doc(readme): master branch is now main 2021-12-06 05:34:02 -03:00
Patrick Kollitsch d228b84884
update Hugo.gitignore 2021-12-05 09:29:38 +07:00
Brian Douglas 5b579f9b80
Merge pull request #3316 from frederikhors/patch-1
[Node] Use real conventions
2021-12-04 16:04:16 -08:00
Brian Douglas 687e822167
Merge branch 'main' into patch-1 2021-12-04 16:03:19 -08:00
Brian Douglas 0f33384147
Merge pull request #3751 from dmead28/LensStudio
Added LensStudio.gitignore (Ted Brown)
2021-12-04 15:34:49 -08:00
Brian Douglas 40e88120b6
Merge pull request #3825 from asherber/master
Remove nuget.config from VisualStudio.gitignore
2021-12-04 15:12:45 -08:00
Brian Douglas c9e02960b8
Merge branch 'main' into master 2021-12-04 15:12:29 -08:00
Brian Douglas 84d296a2ff
Merge pull request #3829 from omBratteng/patch-1
feat(node): added `.stylelintcache` for stylelint
2021-12-04 15:09:30 -08:00
Brian Douglas c19e9908a7
Merge pull request #3830 from LucienZhang/master
Add vuepress v2.x temp and cache directory
2021-12-04 15:06:25 -08:00
Brian Douglas 28bd9752bc
Merge pull request #3451 from BrianMSheldon/patch-1 2021-12-04 14:26:50 -08:00
Brian Douglas 79812d3e15
Merge pull request #3864 from dlibanori/patch-1 2021-12-04 14:18:33 -08:00
Brian Douglas 070ec2ef9e
Merge pull request #3885 from sryze/patch-1 2021-12-04 14:03:30 -08:00
Brian Douglas ffa152d502
Merge pull request #3872 from baltpeter/patch-1 2021-12-04 13:58:58 -08:00
Brian Douglas 274020c077
Merge pull request #3880 from process1183/kicad.org 2021-12-04 13:30:10 -08:00
Brian Douglas e97ab8f905
Merge pull request #3884 from breml/add-go-work
Go: Ignore Go workspace file go.work
2021-12-04 13:22:30 -08:00
Brian Douglas 22468dd26e
Merge pull request #3888 from kevinjycui/unity-recorder
Ignore default Recordings folder created by Unity Recorder package
2021-12-04 13:12:54 -08:00
Brian Douglas 7ea3e97f84
Merge pull request #3295 from pedrosanta/wordpress-update
Update and fix WordPress gitignore
2021-12-04 12:39:42 -08:00
Brian Douglas 7936b8386d
Merge pull request #3121 from Polda18/master
Update VisualStudio.gitignore
2021-12-04 12:08:42 -08:00
Brian Douglas a24694b87d
Update VisualStudio.gitignore
Co-authored-by: Jaan Jahilo <jaanjahilo@outlook.com>
2021-12-04 12:06:56 -08:00
Brian Douglas a2d2775d20
Merge pull request #3356 from afcuttin/glossaries-files
added file extensions when glossaries is loaded with "symbols" option
2021-12-04 12:01:42 -08:00
Brian Douglas cfe5a44ab7
Merge pull request #3895 from cmeeren/patch-1
Remove .idea folder from VisualStudio
2021-12-04 11:49:56 -08:00