Initial commit

This commit is contained in:
2022-08-01 19:27:59 -05:00
commit d4f6a298df
34 changed files with 1617 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# hidden files
.*
!.git*
!.editorconfig
!.nojekyll
!.travis.yml
!.husky
!.commitlintrc.json
!.versionrc.json
# bundler cache
_site
vendor
# rubygem
*.gem
# npm dependencies
node_modules
package-lock.json