We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b341e commit 70804abCopy full SHA for 70804ab
.gitattributes
@@ -0,0 +1 @@
1
+**/*.st linguist-language=Smalltalk
.gitignore
@@ -1,24 +1,15 @@
# changes file
2
*.changes
3
-*.chg
4
5
# system image
6
*.image
7
-*.img7
8
-*.img
9
10
# Pharo Smalltalk Debug log file
11
PharoDebug.log
12
13
# Squeak Smalltalk Debug log file
14
SqueakDebug.log
15
16
-# Dolphin Smalltalk source file
17
-*.sml
18
-
19
-# Dolphin Smalltalk error file
20
-*.errors
21
22
# Monticello package cache
23
/package-cache
24
@@ -29,3 +20,5 @@ SqueakDebug.log
29
# Metacello-github cache
30
/github-cache
31
github-*.zip
+
+**/.DS_STORE
0 commit comments