22 lines
219 B
Plaintext
22 lines
219 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Build artifacts
|
|
gitea-webhook-ambassador
|
|
build/
|
|
|
|
# Development/test files
|
|
*_test.go
|
|
Makefile
|
|
README.md
|
|
LICENSE
|
|
docker-compose.yml
|
|
|
|
# Editor configs
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Temporary files
|
|
*.log
|
|
*.tmp |