Skip to content

Commit

Permalink
feat: run lerna boostrap and add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Lopez Mareque committed Apr 23, 2021
1 parent 0bc044f commit 80a009c
Show file tree
Hide file tree
Showing 2 changed files with 9,873 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.DS_Store
node_modules
/dist
/*.tgz

# Ignore every folder except build, public, report, src and tests
*/*
!/build/*
!/public/*
!/src/*
!/tests/*
!/static-docs/*
!/build-helpers/*

/tests/e2e/videos/
/tests/e2e/screenshots/

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

Loading

0 comments on commit 80a009c

Please sign in to comment.