1. 17 12月, 2021 1 次提交
  2. 15 12月, 2021 1 次提交
  3. 14 12月, 2021 1 次提交
  4. 12 12月, 2021 1 次提交
  5. 11 12月, 2021 1 次提交
  6. 08 12月, 2021 1 次提交
    • K
      Adding AllowList for Go · 4e89ae30
      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>
      4e89ae30
  7. 07 12月, 2021 1 次提交
  8. 05 12月, 2021 1 次提交
  9. 03 11月, 2021 1 次提交
    • P
      Add files to Hugo.gitignore · 450e32dd
      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."
      450e32dd
  10. 02 11月, 2021 1 次提交
  11. 01 11月, 2021 1 次提交
  12. 20 8月, 2021 1 次提交
  13. 11 7月, 2021 1 次提交
  14. 23 6月, 2021 1 次提交
  15. 03 6月, 2021 2 次提交
  16. 25 5月, 2021 2 次提交
  17. 10 5月, 2021 1 次提交
  18. 09 5月, 2021 2 次提交
  19. 08 5月, 2021 2 次提交
  20. 30 3月, 2021 1 次提交
  21. 05 4月, 2020 1 次提交
  22. 11 3月, 2020 1 次提交
  23. 16 12月, 2019 1 次提交
  24. 25 10月, 2019 1 次提交
  25. 23 10月, 2019 1 次提交
  26. 10 9月, 2019 1 次提交
    • W
      Add OpenSSL-related file extensions (#3168) · aad51433
      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.
      aad51433
  27. 20 8月, 2019 1 次提交
  28. 19 5月, 2019 1 次提交
  29. 11 3月, 2019 1 次提交
  30. 27 1月, 2019 1 次提交
  31. 19 12月, 2018 4 次提交
  32. 29 11月, 2018 1 次提交
  33. 28 11月, 2018 1 次提交