mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
ad366ebfdd
(cherry picked from commit68c744111d
) (cherry picked from commit30d7c4a899
) (cherry picked from commit220ac0a6d3
) (cherry picked from commit21cb16af95
) (cherry picked from commit41a9373e3e
) (cherry picked from commit69030f7803
) (cherry picked from commit92c4d4d2e6
) (cherry picked from commitc1bfd1730e
) (cherry picked from commit18a9a9e73c
) (cherry picked from commit07f9882073
) (cherry picked from commite71b8061d4
) (cherry picked from commit225b30f1f7
) (cherry picked from commitfdf9891003
) (cherry picked from commitdf2f413476
) (cherry picked from commitb01c755aaf
) (cherry picked from commitacd4275acb
) [I18N] Add Locale merger script (squash: compile on windows) Fixes: https://codeberg.org/forgejo/forgejo/issues/798 (cherry picked from commitb47b205e85
) (cherry picked from commit1521f0bfd6
) (cherry picked from commit7f988de42c
) (cherry picked from commitd26b491312
) (cherry picked from commit60136bac66
) (cherry picked from commit915bb4b354
) (cherry picked from commit3e1b42a8ca
) (cherry picked from commit18d8fc075f
) (cherry picked from commit1d9f95687b
) (cherry picked from commite49da1a90d
) (cherry picked from commita182baed8a
) (cherry picked from commit3e48a87c00
) (cherry picked from commite0bb406c14
) (cherry picked from commite45ec160f9
) (cherry picked from commite89ec6d008
) (cherry picked from commit80eb392c5c
) (cherry picked from commitd0bce1b613
) (cherry picked from commit8debcf86ea
) (cherry picked from commita9bc3c54d7
) (cherry picked from commitd5595e4156
) (cherry picked from commit7b7f162084
) (cherry picked from commitfd6810ec8c
) (cherry picked from commit0a0801c0a2
) (cherry picked from commitd1567e766a
)
118 lines
1.9 KiB
Text
118 lines
1.9 KiB
Text
# Emacs
|
|
*~
|
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# IntelliJ
|
|
.idea
|
|
# Goland's output filename can not be set manually
|
|
/go_build_*
|
|
|
|
# MS VSCode
|
|
.vscode
|
|
__debug_bin
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
*coverage.out
|
|
coverage.all
|
|
cpu.out
|
|
|
|
/modules/migration/bindata.go
|
|
/modules/migration/bindata.go.hash
|
|
/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
|
|
*.log.*.gz
|
|
|
|
/gitea
|
|
/gitea-vet
|
|
/debug
|
|
/integrations.test
|
|
|
|
/bin
|
|
/dist
|
|
/custom/*
|
|
!/custom/conf/app.example.ini
|
|
/data
|
|
/indexers
|
|
/log
|
|
/public/img/avatar
|
|
/tests/integration/gitea-integration-*
|
|
/tests/integration/indexers-*
|
|
/tests/e2e/gitea-e2e-*
|
|
/tests/e2e/indexers-*
|
|
/tests/e2e/reports
|
|
/tests/e2e/test-artifacts
|
|
/tests/e2e/test-snapshots
|
|
/tests/*.ini
|
|
/tests/**/*.git/**/*.sample
|
|
/node_modules
|
|
/.venv
|
|
/yarn.lock
|
|
/yarn-error.log
|
|
/npm-debug.log*
|
|
/public/assets/js
|
|
/public/assets/css
|
|
/public/assets/fonts
|
|
/public/assets/licenses.txt
|
|
/public/assets/img/webpack
|
|
/vendor
|
|
/web_src/fomantic/node_modules
|
|
/web_src/fomantic/build/*
|
|
!/web_src/fomantic/build/semantic.js
|
|
!/web_src/fomantic/build/semantic.css
|
|
!/web_src/fomantic/build/themes
|
|
/web_src/fomantic/build/themes/*
|
|
!/web_src/fomantic/build/themes/default
|
|
/web_src/fomantic/build/themes/default/assets/*
|
|
!/web_src/fomantic/build/themes/default/assets/fonts
|
|
/web_src/fomantic/build/themes/default/assets/fonts/*
|
|
!/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2
|
|
!/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2
|
|
/VERSION
|
|
/.air
|
|
/.go-licenses
|
|
|
|
# Snapcraft
|
|
/gitea_a*.txt
|
|
snap/.snapcraft/
|
|
parts/
|
|
stage/
|
|
prime/
|
|
*.snap
|
|
*.snap-build
|
|
*_source.tar.bz2
|
|
.DS_Store
|
|
|
|
# Make evidence files
|
|
/.make_evidence
|
|
|
|
# Manpage
|
|
/man
|
|
|
|
# Generated merged Forgejo+Gitea language files
|
|
/options/locale/locale_*
|