mirror of
https://github.com/gogs/gogs.git
synced 2026-05-28 21:30:36 +00:00
20 lines
211 B
Plaintext
20 lines
211 B
Plaintext
# Build artifacts and cache
|
|
.bin/
|
|
dist/
|
|
.moon/cache/
|
|
node_modules/
|
|
.agents/skills/
|
|
.claude/skills
|
|
|
|
# Runtime data
|
|
log/
|
|
custom/
|
|
data/
|
|
|
|
# Configuration and application files
|
|
.idea/
|
|
.envrc
|
|
|
|
# System junk
|
|
.DS_Store
|