Initial commit
This commit is contained in:
commit
9277a804bb
18 changed files with 851 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Ignore Yarn files
|
||||
.yarn
|
||||
.yarnrc.yml
|
||||
yarn.lock
|
||||
|
||||
# Ignore dependencies
|
||||
node_modules
|
||||
|
||||
# Ignore private NPM credentials
|
||||
.npmrc
|
||||
|
||||
# Mac OS
|
||||
.DS_Store
|
||||
|
||||
# Ignore compiled files
|
||||
dist
|
||||
Loading…
Add table
Add a link
Reference in a new issue