Init commit

This commit is contained in:
Cotes Chung
2021-01-26 05:13:40 +08:00
commit 32cd3112ba
27 changed files with 886 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# hidden files
.*
!.github
# jekyll cache
_site
vendor
# rubygem
*.gem
# npm dependencies
node_modules
package-lock.json