aboutsummaryrefslogtreecommitdiffstats
path: root/community/Golang/Hugo.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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."
* | Hugo: Add new .hugo_build.lockBenjamin Altpeter2021-11-021-0/+3
|/ | | | | | | 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
* style: (Golang) Remove the non-essentials (#3061)Erdal TAŞKESEN2019-05-191-6/+2
|
* feat: Add missing executables and generatedErdal TAŞKESEN2018-11-291-0/+4
|
* line endingsBrendan Forster2018-11-221-1/+1
|
* added Hugo community templateBrendan Forster2018-10-281-0/+8
Co-Authored-By: Julien Liabeuf <julien731@users.noreply.github.com> Co-Authored-By: Ricardo N Feliciano <ricardo@feliciano.tech>