Skip to content

Commit 8000970

Browse files
authored
Merge pull request #134 from burinc/asteroid-game
feat: Add Asteroids game article with full implementation
2 parents ddc0dd7 + dae11e5 commit 8000970

File tree

5 files changed

+1497
-1
lines changed

5 files changed

+1497
-1
lines changed

.gitignore

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,33 @@ _site/
3636
.calva/mcp-server/port
3737
.portal/vs-code.edn
3838
**/password.edn
39-
/src/finance/portfolio_analysis/*.edn
39+
/src/finance/portfolio_analysis/*.edn# Created by https://www.toptal.com/developers/gitignore/api/osx
40+
41+
# Edit at https://www.toptal.com/developers/gitignore?templates=osx
42+
43+
### OSX ###
44+
# General
45+
.DS_Store
46+
.AppleDouble
47+
.LSOverride
48+
49+
# Thumbnails
50+
#._*
51+
52+
# Files that might appear in the root of a volume
53+
.DocumentRevisions-V100
54+
.fseventsd
55+
.Spotlight-V100
56+
.TemporaryItems
57+
.Trashes
58+
.VolumeIcon.icns
59+
.com.apple.timemachine.donotpresent
60+
61+
# Directories potentially created on remote AFP share
62+
.AppleDB
63+
.AppleDesktop
64+
Network Trash Folder
65+
Temporary Items
66+
.apdisk
67+
68+
# End of https://www.toptal.com/developers/gitignore/api/osx

src/scittle/games/asteroids-01.png

252 KB
Loading

src/scittle/games/asteroids-02.png

274 KB
Loading

0 commit comments

Comments
 (0)