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