Skip to content

Commit 70804ab

Browse files
committed
add metadatas
1 parent b4b341e commit 70804ab

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*.st linguist-language=Smalltalk

.gitignore

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
# changes file
22
*.changes
3-
*.chg
43

54
# system image
65
*.image
7-
*.img7
8-
*.img
96

107
# Pharo Smalltalk Debug log file
118
PharoDebug.log
129

1310
# Squeak Smalltalk Debug log file
1411
SqueakDebug.log
1512

16-
# Dolphin Smalltalk source file
17-
*.sml
18-
19-
# Dolphin Smalltalk error file
20-
*.errors
21-
2213
# Monticello package cache
2314
/package-cache
2415

@@ -29,3 +20,5 @@ SqueakDebug.log
2920
# Metacello-github cache
3021
/github-cache
3122
github-*.zip
23+
24+
**/.DS_STORE

0 commit comments

Comments
 (0)