diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-16 18:46:18 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-16 18:46:18 -0300 |
| commit | 717f5cd9dacf30fe6bf1561db9297e75fd27fdef (patch) | |
| tree | 4785a3bf770da880d514fc232a9972bd8473a72e /.gitignore | |
| download | game-717f5cd9dacf30fe6bf1561db9297e75fd27fdef.tar.gz game-717f5cd9dacf30fe6bf1561db9297e75fd27fdef.zip | |
initial commit - getting at TSkill structs
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d680a30 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vscode +bin +build +local +*.log |
