aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #3857 from janniklasrose/patch-1Brian Douglas2021-12-101-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add .ptc to TeX.gitignore
| * | | | | | | Update TeX.gitignoreJan N Rose2021-10-131-0/+3
| | |/ / / / / | |/| | | | | | | | | | | | Add .ptc extension (partial toc) from titletoc package
* | | | | | | Merge pull request #3544 from schtandard/latex_svgBrian Douglas2021-12-101-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add svg temporary files
| * | | | | | | Add svg temporary filesschtandard2020-10-091-0/+3
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The svg package creates two temporary files for each .svg file that is included in the document (one .pdf file and one .pdf_tex file). These are placed into a subfolder called svg-inkscape/ by default.
* | | | | | | Merge pull request #3856 from edwardrowe/patch-1Brian Douglas2021-12-101-3/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Unity: Remove exclusion for *.meta files
| * \ \ \ \ \ \ Merge branch 'main' into patch-1Brian Douglas2021-12-1025-101/+203
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3874 from Booklordofthedings/masterBrian Douglas2021-12-101-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Gitignore template for Beef programming language
| * \ \ \ \ \ \ \ Merge pull request #1 from Booklordofthedings/mainJannis vH2021-12-0620-97/+135
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Merge main branch into master branch
| | * \ \ \ \ \ \ \ Merge branch 'github:main' into mainJannis vH2021-12-0619-97/+135
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Moved file to /communityJannis vH2021-12-061-0/+3
| | | | | | | | | | |
| | * | | | | | | | | Delete Beef.gitignoreJannis vH2021-12-061-3/+0
| |/ / / / / / / / /
| * | | | | | | / / Gitignore template for Beef programming languageJannis vH2021-11-031-0/+3
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #3869 from jesseschalken/patch-1Brian Douglas2021-12-101-0/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Ignore directories from the Bazel IntelliJ plugin
| * | | | | | | | | Ignore directories from the Bazel IntelliJ pluginJesse Schalken2021-11-011-0/+7
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | Merge pull request #3912 from kuritka/go-allow-list-communityBrian Douglas2021-12-101-0/+23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding AllowList for Go
| * | | | | | | | | Adding AllowList for Gokuritka2021-12-071-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **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>
* | | | | | | | | | Merge pull request #3911 from JP-Ellis/patch-1Brian Douglas2021-12-101-0/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [Python] Add poetry.lock
| * | | | | | | | | | [Python] Add poetry.lockJP-Ellis2021-12-071-0/+7
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | Merge pull request #3916 from selenehyun/code-snippetsBrian Douglas2021-12-101-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Update VS Code to support *.code-snippets
| * | | | | | | | | Update VS Code to support *.code-snippetsTim2021-12-101-0/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #3832 from bangseongbeom/patch-1Brian Douglas2021-12-061-1/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make not to ignore *.code-workspace
| * | | | | | | | | Make not to ignore *.code-workspace방성범 (Bang Seongbeom)2021-09-181-1/+0
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **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
* | | | | | | | | Merge pull request #3873 from davidsneighbour/patch-1Brian Douglas2021-12-061-0/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add files to Hugo.gitignore
| * | | | | | | | | update Hugo.gitignorePatrick Kollitsch2021-12-051-1/+0
| | | | | | | | | |
| * | | | | | | | | Add files to Hugo.gitignorePatrick Kollitsch2021-11-031-0/+3
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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."
* | | | | | | | | Merge pull request #3871 from GuillemPM/add-businesscentralBrian Douglas2021-12-061-0/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add .gitignore for Microsoft Business Central
| * | | | | | | | | Add .gitignore for Microsoft Business CentralGuillemPM2021-11-021-0/+22
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3910 from Wiblz/replace-master-branch-referencesBrian Douglas2021-12-065-5/+5
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Replace references of this repo's "master" branchWiblz2021-12-065-5/+5
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | with "main".
* | | | | | | | Merge pull request #3841 from xgdgsc/patch-1Brian Douglas2021-12-061-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Create Syncthing.gitignore
| * | | | | | | | Update Syncthing.gitignorexgdgsc2021-09-291-0/+1
| | | | | | | | |
| * | | | | | | | Create Syncthing.gitignorexgdgsc2021-09-291-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3906 from cruel-intentions/rename-master-to-mainBrian Douglas2021-12-061-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | doc(readme): master branch is now main
| * | | | | | | | doc(readme): master branch is now mainHugo Sena Ribeiro2021-12-061-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #3316 from frederikhors/patch-1Brian Douglas2021-12-041-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [Node] Use real conventions
| * \ \ \ \ \ \ \ Merge branch 'main' into patch-1Brian Douglas2021-12-0448-156/+780
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #3751 from dmead28/LensStudioBrian Douglas2021-12-041-0/+16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added LensStudio.gitignore (Ted Brown)
| * | | | | | | | | Added headerDoug Mead2021-06-021-0/+3
| | | | | | | | | |
| * | | | | | | | | Added LensStudio.gitignore (Ted Brown)Doug Mead2021-06-021-0/+13
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3825 from asherber/masterBrian Douglas2021-12-041-3/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove nuget.config from VisualStudio.gitignore
| * \ \ \ \ \ \ \ \ Merge branch 'main' into masterBrian Douglas2021-12-0416-90/+112
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3829 from omBratteng/patch-1Brian Douglas2021-12-041-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | feat(node): added `.stylelintcache` for stylelint
| * | | | | | | | | | feat(node): added `.stylelintcache` for stylelintOle-Martin Bratteng2021-09-121-0/+3
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3830 from LucienZhang/masterBrian Douglas2021-12-041-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add vuepress v2.x temp and cache directory
| * | | | | | | | | | Add vuepress v2.x temp and cache directoryLucien Zhang2021-09-121-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #3451 from BrianMSheldon/patch-1Brian Douglas2021-12-041-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add JetBrains note for PyCharm to Python.gitignoreBrianMSheldon2020-06-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First and foremost I think that requiring such a complicated gitignore for JetBrains IDEs is a failure on JetBrains part in structuring their project setting. I also feel that it should be included in the `Python.gitignore` due to its popularity and due to the frequency of requests. A quick search for `PyCharm` PRs shows 81 closed PRs requesting it be added and if searching for `.idea` you can see many more have been requested. However I understand the maintenance burden in including it when a user can manually merge the two files themselves so I understand why the maintainers have opted to maintain it seperately. The main problem I see is that with many people adding the `Python.gitignore` at project creation through the Github UI and the `JetBrains.gitignore` being in the Global folder and makes it less discoverable than it should be. This PR adds a comment for people adding the `Python.gitignore` directing them to the global `JetBrains.gitignore` which should solve this issue in a way that is acceptable for the maintainers, since comment-only sections already exist for `pyenv` and `pipenv`.
* | | | | | | | | | | Merge pull request #3864 from dlibanori/patch-1Brian Douglas2021-12-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ignore Rails .env according recomendationsDaniel Libanori2021-10-281-1/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | Merge pull request #3885 from sryze/patch-1Brian Douglas2021-12-041-0/+1
|\ \ \ \ \ \ \ \ \ \ \