mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 07:09:21 +01:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
31 lines
388 B
Text
31 lines
388 B
Text
# changes file
|
|
*.changes
|
|
*.chg
|
|
|
|
# system image
|
|
*.image
|
|
*.img7
|
|
*.img
|
|
|
|
# Pharo Smalltalk Debug log file
|
|
PharoDebug.log
|
|
|
|
# Squeak Smalltalk Debug log file
|
|
SqueakDebug.log
|
|
|
|
# Dolphin Smalltalk source file
|
|
*.sml
|
|
|
|
# Dolphin Smalltalk error file
|
|
*.errors
|
|
|
|
# Monticello package cache
|
|
/package-cache
|
|
|
|
# playground cache
|
|
/play-cache
|
|
/play-stash
|
|
|
|
# Metacello-github cache
|
|
/github-cache
|
|
github-*.zip
|