21 lines
264 B
Plaintext
21 lines
264 B
Plaintext
# Ignore downloaded binaries and verification files
|
|
dist/
|
|
|
|
# Ignore build artifacts
|
|
*.deb
|
|
build/
|
|
tmp/
|
|
amd64/opt/gitea/bin/gitea
|
|
arm64/opt/gitea/bin/gitea
|
|
|
|
# Ignore common system files
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# Local Codex state
|
|
.codex
|
|
.codex/
|
|
|
|
# IDE project files
|
|
.idea/
|