diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-01-14 16:01:32 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-01-14 16:01:32 -0800 |
| commit | 680fdffb350b2409ac1709774d3cd81144d808a4 (patch) | |
| tree | ea9b7c2a321a89a2919bbbf1d7012a9e97f73c58 /.gitignore | |
| download | snake-680fdffb350b2409ac1709774d3cd81144d808a4.tar.zst | |
Write a simple snake game.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |
