Initial commit
This commit is contained in:
commit
af48211483
6 changed files with 188 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# Gitignore
|
||||
#
|
||||
|
||||
# Directories
|
||||
.cache/
|
||||
.zig-cache
|
||||
zig-out
|
||||
|
||||
# Temporary Files / Logs
|
||||
*.log
|
||||
.gdb_history
|
||||
Loading…
Add table
Add a link
Reference in a new issue