aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2022-10-10Hook go-licenses into tidy again (#21353)silverwind
Running it as part of the build is really unnecessary because we have a valid output file in the repo and assuming go dependencies do not change unless go.mod also changes, tidy really is the best target to run the license generation after. Also, regenerate the file as I missed to do so during the chroma update, and mark all json files in assets as generated.
2022-06-24Move eslintrc/stylelintrc to non-deprecated extensions (#20110)silverwind
2022-02-03Update .gitattributes for .tmpl files (#18576)silverwind
There are a few .tmpl files outside the templates directory. Match these as well by using `*.tmpl` glob in `.gitattributes`. Also, sort the file alphabetically.
2022-01-21Add js vendor directory to .gitattributes (#18350)silverwind
2021-12-16Set correct language for Dockerfile variants (#17999)silverwind
2021-08-29Remove unused Fomantic sidebar module (#16853)silverwind
* Remove unused Fomantic sidebar module The [Sidebar](https://fomantic-ui.com/modules/sidebar.html) module seems currently unused (at least I can't find any reference to it in templates or js), so remove it from the Fomantic build. * remove useless minified fomantic build files * mark fomantic build files as being generated
2020-11-29Update JS dependencies and misc tweaks (#13741)silverwind
* Update JS dependencies and misc tweaks - Update all JS dependencies minus webpack - Adapt CodeMirrors styling to new CSS parent introduced by EasyMDE - Set eslint parser to latest and add new eslint 7.14 rule - Speed up npm install by disabling audit and fund checks - Move fomantic-ui to optional dependencies to further speed up npm - Enable syntax highlighting on GH for .eslintrc and .stylelintrc - Makefile cleanups * disable audit in npmrc * add missing dash Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-11-15Enable syntax highlighting for *.tmpl on GitHub (#13571)silverwind
Go templates are syntactically very similar to handlebars, this enabled their syntax highlighting on GitHub. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-07-27Update vendored .gitattributes (#12322)silverwind
These `linguist-vendored` attributes are only for the language stats seen on github and they mostly haven't been updated with file reorganizations. Move them to the two actually vendored directories. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-04-03Rename scripts to build and add revive command as a new build tool command ↵Lunny Xiao
(#10942) Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-04-01Exclude vendor dirs from git CRLF normalization (#10911)silverwind
* Exclude vendor dirs from git CRLF normalization Should get rid of a few warnings like at the end of `lint-backend` like https://drone.gitea.io/go-gitea/gitea/23117/1/4 * make vendor Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2019-12-05Ensure LF on checkouts and in editors (#9259)silverwind
This will ensure our repo is always checked out with LF line endings which should help Windows users who have line ending normalization enabled. Additionally, added the LF preference to .editorconfig.
2016-12-27ignore static files statstics for linguistLunny Xiao
2016-11-28Dropped more or less useless filesThomas Boerger
2016-08-06Update .gitattributesUnknwon
2016-07-21Fix GitHub wrong repo language detectionUnknwon