diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-17 23:35:19 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-20 12:41:01 +0100 |
| commit | 382eb4f287d76978ced682efafaf64aab9ee438a (patch) | |
| tree | 646c7834a830d91aa9d8168677ce59fa010045bf /.gitignore | |
| download | hare-chip8-382eb4f287d76978ced682efafaf64aab9ee438a.tar.gz | |
feat: initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc583bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +hare-chip8 +roms/** |
