Inital commit

This commit is contained in:
Tyler Perkins
2021-10-22 11:00:53 -04:00
commit a18dff8441
6 changed files with 100 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
#ignore all swp files
**/*.swp
#ignore all executables, but still keep the bin folder
bin/*
!bin/.gitkeep