mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 01:58:19 +00:00
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
# changes file
|
||||
*.changes
|
||||
*.chg
|
||||
|
||||
# system image
|
||||
*.image
|
||||
*.img7
|
||||
*.img
|
||||
|
||||
# Pharo Smalltalk Debug log file
|
||||
PharoDebug.log
|
||||
@@ -10,6 +13,12 @@ PharoDebug.log
|
||||
# Squeak Smalltalk Debug log file
|
||||
SqueakDebug.log
|
||||
|
||||
# Dolphin Smalltalk source file
|
||||
*.sml
|
||||
|
||||
# Dolphin Smalltalk error file
|
||||
*.errors
|
||||
|
||||
# Monticello package cache
|
||||
/package-cache
|
||||
|
||||
|
Reference in New Issue
Block a user