mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
* initial work on create repository * create repository as single method call using client stream * resources handler and files * minor fix for wire dep graph
32 lines
388 B
Plaintext
32 lines
388 B
Plaintext
# 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
|