...
 
Commits (14)
    https://gitcode.net/github/gitignore/-/commit/b3338626a34e02dc46bcd1448be63fa0635421d7 Ignore directories from the Bazel IntelliJ plugin 2021-11-01T23:52:35+11:00 Jesse Schalken me@jesseschalken.com These directories contain the generated project files from the Bazel IntelliJ plugin. See these links for info: <a href="https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/.gitignore" rel="nofollow noreferrer noopener" target="_blank">https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/.gitignore</a> <a href="https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/base/src/com/google/idea/blaze/base/sync/data/BlazeDataStorage.java#L36" rel="nofollow noreferrer noopener" target="_blank">https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/base/src/com/google/idea/blaze/base/sync/data/BlazeDataStorage.java#L36</a> https://gitcode.net/github/gitignore/-/commit/a117ddb61ac122d9c2fee94457fac02ce36732c4 Gitignore template for Beef programming language 2021-11-03T21:47:57+01:00 Jannis vH Jannis.v.hagen@gmail.com https://gitcode.net/github/gitignore/-/commit/6f63e3d13adf5949a9fe0ced9dc3e2544eaa188e Delete Beef.gitignore 2021-12-06T21:03:25+01:00 Jannis vH Jannis.v.hagen@gmail.com https://gitcode.net/github/gitignore/-/commit/673f18999f32b29a47590ea4d7b81b1437cf6174 Moved file to /community 2021-12-06T21:04:32+01:00 Jannis vH Jannis.v.hagen@gmail.com https://gitcode.net/github/gitignore/-/commit/776bd5a459cc39153ab5a15c10705a6b50e59333 Merge branch 'github:main' into main 2021-12-06T21:05:48+01:00 Jannis vH Jannis.v.hagen@gmail.com https://gitcode.net/github/gitignore/-/commit/3f3fb25f2e2e922c2b2f3e14976a35c2675da647 Merge pull request #1 from Booklordofthedings/main 2021-12-06T21:20:59+01:00 Jannis vH Jannis.v.hagen@gmail.com Merge main branch into master branch https://gitcode.net/github/gitignore/-/commit/596862f8b5f7103a46f9cdd6e77074ec8a351ddf [Python] Add poetry.lock 2021-12-07T10:31:40+11:00 JP-Ellis josh@jpellis.me 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 <a href="https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control" rel="nofollow noreferrer noopener" target="_blank">https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control</a> https://gitcode.net/github/gitignore/-/commit/4e89ae30edecbbd49d72fb3a04142ca05b46f07e Adding AllowList for Go 2021-12-07T17:11:14+01:00 kuritka kuritka@gmail.com **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._ - <a href="https://jasonstitt.com/gitignore-whitelisting-patterns" rel="nofollow noreferrer noopener" target="_blank">https://jasonstitt.com/gitignore-whitelisting-patterns</a> - <a href="https://github.com/golang/go" rel="nofollow noreferrer noopener" target="_blank">https://github.com/golang/go</a>Signed-off-by: <span data-trailer="Signed-off-by:"><a href="mailto:kuritka@gmail.com" title="kuritka@gmail.com"></a><a href="javascript:void(0)" class="avatar s16 avatar-inline identicon bg2" style="text-decoration: none">N</a><a href="mailto:kuritka@gmail.com" title="kuritka@gmail.com">kuritka</a> &lt;<a href="mailto:kuritka@gmail.com" title="kuritka@gmail.com">kuritka@gmail.com</a>&gt;</span> https://gitcode.net/github/gitignore/-/commit/f07a642eb9f65c340a107602eaf82f2bef952bfb Update VS Code to support *.code-snippets 2021-12-10T10:59:08+09:00 Tim sh.kang@ecubelabs.com https://gitcode.net/github/gitignore/-/commit/2b712fa0e3b05e03526771130b2919efb11385a8 Merge pull request #3916 from selenehyun/code-snippets 2021-12-10T10:45:49-08:00 Brian Douglas bdougie@users.noreply.github.com Update VS Code to support *.code-snippets https://gitcode.net/github/gitignore/-/commit/3b6d9b05997558c7d1b376429a153e11610b8195 Merge pull request #3911 from JP-Ellis/patch-1 2021-12-10T10:52:30-08:00 Brian Douglas bdougie@users.noreply.github.com [Python] Add poetry.lock https://gitcode.net/github/gitignore/-/commit/cb80974b9f8ea22e774c573c0dfd9593a8b8c973 Merge pull request #3912 from kuritka/go-allow-list-community 2021-12-10T10:53:41-08:00 Brian Douglas bdougie@users.noreply.github.com Adding AllowList for Go https://gitcode.net/github/gitignore/-/commit/ac5fc0bbb99a62601cc4d0ba5de9172aca59d9cc Merge pull request #3869 from jesseschalken/patch-1 2021-12-10T10:56:51-08:00 Brian Douglas bdougie@users.noreply.github.com Ignore directories from the Bazel IntelliJ plugin https://gitcode.net/github/gitignore/-/commit/9523e7b536784d26f6c53d9d1d039213b8321cba Merge pull request #3874 from Booklordofthedings/master 2021-12-10T10:57:18-08:00 Brian Douglas bdougie@users.noreply.github.com Gitignore template for Beef programming language
......@@ -3,6 +3,7 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
......@@ -94,6 +94,13 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock
# poetry
# 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.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
......
......@@ -4,3 +4,10 @@
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
/bazel-*
# Directories for the Bazel IntelliJ plugin containing the generated
# IntelliJ project files and plugin configuration. Seperate directories are
# for the IntelliJ, Android Studio and CLion versions of the plugin.
/.ijwb/
/.aswb/
/.clwb/
build/
recovery/
BeefSpace_User.toml
# Allowlisting gitignore template for GO projects prevents us
# from adding various unwanted local files, such as generated
# files, developer configurations or IDE-specific files etc.
#
# Recommended: Go.AllowList.gitignore
# Ignore everything
*
# But not these files...
!/.gitignore
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
# !Makefile
# ...even if they are in subdirectories
!*/