Add hidden html and gitignore

This commit is contained in:
Tyler Perkins 2021-09-22 15:28:13 -04:00
parent f481ccbc09
commit 98165579d1
2 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

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

0
.html/.gitkeep Normal file
View File