- 17 12月, 2021 1 次提交
-
-
由 F34th3R 提交于
-
- 15 12月, 2021 1 次提交
-
-
由 Dirk Seefeld 提交于
-
- 14 12月, 2021 1 次提交
-
-
由 jamie 提交于
-
- 12 12月, 2021 1 次提交
-
-
由 Robert C. Maehl 提交于
-
- 11 12月, 2021 1 次提交
-
-
由 F34th3R 提交于
-
- 08 12月, 2021 1 次提交
-
-
由 kuritka 提交于
**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/goSigned-off-by: Nkuritka <kuritka@gmail.com>
-
- 07 12月, 2021 1 次提交
-
-
由 Jannis vH 提交于
-
- 05 12月, 2021 1 次提交
-
-
由 Patrick Kollitsch 提交于
-
- 03 11月, 2021 1 次提交
-
-
由 Patrick Kollitsch 提交于
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."
-
- 02 11月, 2021 1 次提交
-
-
由 Benjamin Altpeter 提交于
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
-
- 01 11月, 2021 1 次提交
-
-
由 Jesse Schalken 提交于
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
-
- 20 8月, 2021 1 次提交
-
-
由 weycen 提交于
-
- 11 7月, 2021 1 次提交
-
-
由 GrpeApple 提交于
-
- 23 6月, 2021 1 次提交
-
-
由 Hecon5 提交于
-
- 03 6月, 2021 2 次提交
- 25 5月, 2021 2 次提交
-
-
由 Martin Woodward 提交于
-
由 Artur Tarassow 提交于
Co-authored-by: Nbl-ue <54780737+bl-ue@users.noreply.github.com>
-
- 10 5月, 2021 1 次提交
-
-
由 Leigh McCulloch 提交于
-
- 09 5月, 2021 2 次提交
-
-
由 Martin Woodward 提交于
-
由 Martin Woodward 提交于
To start we bring new contributions into the community folder.
-
- 08 5月, 2021 2 次提交
-
-
由 Brian Douglas 提交于
-
由 Brian Douglas 提交于
-
- 30 3月, 2021 1 次提交
-
-
由 Udit8348 提交于
-
- 05 4月, 2020 1 次提交
-
- 11 3月, 2020 1 次提交
-
-
由 Rohan Sakhale 提交于
-
- 16 12月, 2019 1 次提交
-
-
由 Pellegrino Prevete 提交于
-
- 25 10月, 2019 1 次提交
-
-
由 Karl Horky 提交于
* Remove conflicting gitignore lines, add reference Ref (introduction of a new "public" folder in Next.js): https://nextjs.org/blog/next-9-1#public-directory-support * Improve solution to conflicting files
-
- 23 10月, 2019 1 次提交
-
-
由 Roman 提交于
-
- 10 9月, 2019 1 次提交
-
-
由 Wes Dean 提交于
There are a number of OpenSSL-related file extensions (e.g., .pem, .crt, etc..) that contain data that are generally best not committed to repositories. This file contains several common file extensions that often correlate to these types of files.
-
- 20 8月, 2019 1 次提交
-
-
由 Jamie Parkinson 提交于
* Add esp-idf.gitignore From https://github.com/espressif/esp-idf-template/blob/master/.gitignore * Add header comments to esp-idf.gitignore
-
- 19 5月, 2019 1 次提交
-
-
由 Erdal TAŞKESEN 提交于
-
- 11 3月, 2019 1 次提交
-
-
由 Chris Komlenic 提交于
-
- 27 1月, 2019 1 次提交
-
-
由 Yousha Aleayoub 提交于
-
- 19 12月, 2018 4 次提交
-
-
由 Daniel Gullberg 提交于
-
由 Daniel Gullberg 提交于
-
由 Daniel Gullberg 提交于
-
由 Daniel Gullberg 提交于
-
- 29 11月, 2018 1 次提交
-
-
由 Erdal TAŞKESEN 提交于
-
- 28 11月, 2018 1 次提交
-
-
由 Rafael Corrêa Gomes 提交于
-