Setup git and lock deps (#30)

* Add .gitignore

* Add yarn.lock

* Remove unnecessary paths
This commit is contained in:
Giovanni Giordano 2020-01-02 15:46:31 +01:00 committed by Christopher Chedeau
parent 68eeaa3c7d
commit d399af0923
2 changed files with 10184 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/

10175
yarn.lock Normal file

File diff suppressed because it is too large Load Diff