forked from kevadesu/forgejo
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
This commit is contained in:
parent
d9a0ba2cac
commit
db5524a9ab
85 changed files with 1579 additions and 295 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue