Browse Source

Setup git and lock deps (#30)

* Add .gitignore

* Add yarn.lock

* Remove unnecessary paths
pull/37/head
Giovanni Giordano 6 years ago committed by Christopher Chedeau
parent
commit
d399af0923
  1. 9
      .gitignore
  2. 10175
      yarn.lock

9
.gitignore vendored

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

10175
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save