diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-09-14 13:48:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 13:48:51 -0700 |
| commit | 610015a68d7ad9580c7ac9dc427ccace650a9b9e (patch) | |
| tree | db3e449a3fd039b4935359eafb1f3ee9f61f5df7 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7990fe7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.vs/ +obj/ +bin/ +*.user
\ No newline at end of file |
