summaryrefslogtreecommitdiffstats
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Hook go-licenses into tidy again (#21353)silverwind2022-10-101-0/+1
| | | | | | | | | 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.
* Move eslintrc/stylelintrc to non-deprecated extensions (#20110)silverwind2022-06-241-2/+0
|
* Update .gitattributes for .tmpl files (#18576)silverwind2022-02-031-4/+4
| | | | | 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.
* Add js vendor directory to .gitattributes (#18350)silverwind2022-01-211-0/+1
|
* Set correct language for Dockerfile variants (#17999)silverwind2021-12-161-0/+1
|
* Remove unused Fomantic sidebar module (#16853)silverwind2021-08-291-0/+1
| | | | | | | | | | | * 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
* Update JS dependencies and misc tweaks (#13741)silverwind2020-11-291-0/+2
| | | | | | | | | | | | | | | | | * 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>
* Enable syntax highlighting for *.tmpl on GitHub (#13571)silverwind2020-11-151-0/+1
| | | | | | Go templates are syntactically very similar to handlebars, this enabled their syntax highlighting on GitHub. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Update vendored .gitattributes (#12322)silverwind2020-07-271-9/+2
| | | | | | | 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>
* Rename scripts to build and add revive command as a new build tool command ↵Lunny Xiao2020-04-031-1/+1
| | | | | (#10942) Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Exclude vendor dirs from git CRLF normalization (#10911)silverwind2020-04-011-0/+3
| | | | | | | | | | | * 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>
* Ensure LF on checkouts and in editors (#9259)silverwind2019-12-051-1/+2
| | | | | | | 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.
* ignore static files statstics for linguistLunny Xiao2016-12-271-0/+6
|
* Dropped more or less useless filesThomas Boerger2016-11-281-11/+0
|
* Update .gitattributesUnknwon2016-08-061-1/+10
|
* Fix GitHub wrong repo language detectionUnknwon2016-07-211-0/+2