Skip to content

Commit

Permalink
Track assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Apr 29, 2024
1 parent b0f22e1 commit 3e8ce49
Showing 1 changed file with 85 additions and 5 deletions.
90 changes: 85 additions & 5 deletions .squot-materialize
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
SquotSoundMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak.wav'
],
#encoding : 'WAV'
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'LICENSE'
],
#encoding : 'TXT'
},
SquotImageMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak2.gif'
],
#encoding : Class [ #GIFReadWriter ]
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-Utilities'
Expand All @@ -7,22 +27,43 @@
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'testingResources',
'test.txt'
],
#encoding : 'TXT'
},
SquotImageMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak.png'
],
#encoding : Class [ #PNGReadWriter ]
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-Test'
#name : 'BaselineOfGM'
},
#path : FSAbsolutePath [
'source'
]
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-UtilitiesTest'
#name : 'GM-AcceptanceTest'
},
#path : FSAbsolutePath [
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'testingResources',
'test'
],
#encoding : 'TXT'
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-Core'
Expand All @@ -31,6 +72,24 @@
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'.gitignore'
],
#encoding : 'TXT'
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'.squot'
],
#encoding : 'TXT'
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'.smalltalk.ston'
],
#encoding : 'TXT'
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-TestFixtures'
Expand All @@ -39,25 +98,46 @@
'source'
]
},
SquotSoundMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak.aiff'
],
#encoding : 'AIFF'
},
SquotCypressMapper {
#package : MCPackage {
#name : 'BaselineOfGM'
#name : 'GM-DemoGame'
},
#path : FSAbsolutePath [
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'README.md'
],
#encoding : 'TXT'
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-DemoGame'
#name : 'GM-UtilitiesTest'
},
#path : FSAbsolutePath [
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'.github',
'workflows',
'main.yml'
],
#encoding : 'TXT'
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-AcceptanceTest'
#name : 'GM-Test'
},
#path : FSAbsolutePath [
'source'
Expand Down

0 comments on commit 3e8ce49

Please sign in to comment.