All checks were successful
Build and Release / Lint (push) Successful in 4m57s
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 2m57s
Build and Release / Unit Tests (push) Successful in 3m51s
Build and Release / Build Binaries (amd64, darwin) (push) Successful in 3m16s
Build and Release / Create Release (push) Has been skipped
Build and Release / Build Binaries (amd64, linux) (push) Successful in 3m12s
Build and Release / Build Binaries (amd64, windows) (push) Successful in 3m13s
Build and Release / Build Binaries (arm64, darwin) (push) Successful in 3m4s
Build and Release / Build Binaries (arm64, linux) (push) Successful in 2m58s
Rebrand: - Binary renamed to gitcaddy-server - Default AppName: GitCaddy - New favicon and homepage logo - Updated licenses.txt with MarketAlly copyright - Footer: Powered by GitCaddy Server (Based on Gitea) Homepage: - Title: GitCaddy - Tagline: Steeped in your workflow - AI-Native Platform, Deploy Anywhere, Lightning Fast, Open Source New Features: - Explore Organizations tile cards display option - Pinned repos show DisplayTitle if set Fixes: - Pages renamed to Landing Page in settings Environment Variables (backward compatible): - GITCADDY__ prefix (GITEA__ still supported) - GITCADDY_WORK_DIR, GITCADDY_CUSTOM
132 lines
1.7 KiB
Plaintext
132 lines
1.7 KiB
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# IntelliJ
|
|
.idea
|
|
.run
|
|
|
|
# IntelliJ Gateway
|
|
.uuid
|
|
|
|
# Goland's output filename can not be set manually
|
|
/go_build_*
|
|
/gitea_*
|
|
|
|
# MS VSCode
|
|
.vscode
|
|
__debug_bin*
|
|
|
|
# Visual Studio
|
|
/.vs/
|
|
|
|
# mise version managment tool
|
|
mise.toml
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
*.tsbuildinfo
|
|
|
|
*coverage.out
|
|
coverage.all
|
|
cpu.out
|
|
|
|
/modules/migration/bindata.*
|
|
/modules/options/bindata.*
|
|
/modules/public/bindata.*
|
|
/modules/templates/bindata.*
|
|
|
|
*.db
|
|
*.log
|
|
*.log.*.gz
|
|
|
|
/gitea
|
|
/gitea-vet
|
|
/debug
|
|
/integrations.test
|
|
|
|
/bin
|
|
/dist
|
|
/custom/*
|
|
!/custom/conf/app.example.ini
|
|
/data
|
|
/indexers
|
|
/log
|
|
/public/assets/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*
|
|
/.pnpm-store
|
|
/public/assets/js
|
|
/public/assets/css
|
|
/public/assets/fonts
|
|
/vendor
|
|
/VERSION
|
|
/.air
|
|
/.go-licenses
|
|
|
|
# Files and folders that were previously generated
|
|
/public/assets/img/webpack
|
|
|
|
# Snapcraft
|
|
/gitea_a*.txt
|
|
snap/.snapcraft/
|
|
parts/
|
|
stage/
|
|
prime/
|
|
*.snap
|
|
*.snap-build
|
|
*_source.tar.bz2
|
|
.DS_Store
|
|
|
|
# nix-direnv generated files
|
|
.direnv/
|
|
|
|
# Make evidence files
|
|
/.make_evidence
|
|
|
|
# Manpage
|
|
/man
|
|
|
|
# Ignore AI/LLM instruction files
|
|
/.claude/
|
|
/.cursorrules
|
|
/.cursor/
|
|
/.goosehints
|
|
/.windsurfrules
|
|
/.github/copilot-instructions.md
|
|
/AGENT.md
|
|
/CLAUDE.md
|
|
/llms.txt
|
|
|
|
# Ignore worktrees when working on multiple branches
|
|
.worktrees/
|
|
|
|
# A Makefile for custom make targets
|
|
Makefile.local
|