mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
2fd78c151e
* Move jquery-minicolors to npm/webpack - Unvendor and add as npm dependency - Removed unneeded backend variable - Fixed existing bug where picker would previously initizalize to the same green color when editing a label. There was probably a version bump because the previous version was over 3 years old but it seems to be compatible. * use file-loader * trailing comma and comment update * misc tweaks Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
99 lines
1.4 KiB
Plaintext
99 lines
1.4 KiB
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# MS VSCode
|
|
.vscode
|
|
__debug_bin
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
*coverage.out
|
|
coverage.all
|
|
|
|
/modules/options/bindata.go
|
|
/modules/options/bindata.go.hash
|
|
/modules/public/bindata.go
|
|
/modules/public/bindata.go.hash
|
|
/modules/templates/bindata.go
|
|
/modules/templates/bindata.go.hash
|
|
|
|
*.db
|
|
*.log
|
|
|
|
/gitea
|
|
/gitea-vet
|
|
/debug
|
|
/integrations.test
|
|
|
|
/bin
|
|
/dist
|
|
/custom/*
|
|
!/custom/conf
|
|
/custom/conf/*
|
|
!/custom/conf/app.example.ini
|
|
/data
|
|
/indexers
|
|
/log
|
|
/public/img/avatar
|
|
/integrations/gitea-integration-mysql
|
|
/integrations/gitea-integration-mysql8
|
|
/integrations/gitea-integration-pgsql
|
|
/integrations/gitea-integration-sqlite
|
|
/integrations/gitea-integration-mssql
|
|
/integrations/indexers-mysql
|
|
/integrations/indexers-mysql8
|
|
/integrations/indexers-pgsql
|
|
/integrations/indexers-sqlite
|
|
/integrations/indexers-mssql
|
|
/integrations/sqlite.ini
|
|
/integrations/mysql.ini
|
|
/integrations/mysql8.ini
|
|
/integrations/pgsql.ini
|
|
/integrations/mssql.ini
|
|
/node_modules
|
|
/yarn.lock
|
|
/public/js
|
|
/public/serviceworker.js
|
|
/public/css
|
|
/public/fonts
|
|
/public/img/webpack
|
|
/web_src/fomantic/build
|
|
/VERSION
|
|
/.air
|
|
|
|
# Snapcraft
|
|
snap/.snapcraft/
|
|
parts/
|
|
stage/
|
|
prime/
|
|
*.snap
|
|
*.snap-build
|
|
*_source.tar.bz2
|
|
.DS_Store
|
|
|
|
# Make evidence files
|
|
/.make_evidence
|