first commit
This commit is contained in:
commit
31077d2e09
7 changed files with 508 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# ignore everything
|
||||
*
|
||||
|
||||
# allow
|
||||
!.gitignore
|
||||
!index.html
|
||||
!style.css
|
||||
!script.js
|
||||
!robots.txt
|
||||
!fonts/
|
||||
!fonts/**
|
||||
Loading…
Add table
Add a link
Reference in a new issue