Initial commit

This commit is contained in:
Joey Yakimowich-Payne 2022-11-27 14:26:25 -07:00 committed by GitHub
commit c2c19fffd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 111 additions and 0 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# ignore files with no extention:
*
!*/
!*.*
# normal ignores:
*.exe
nimcache
*.pdb
*.ilk
.*