Skip to content

Commit

Permalink
feat: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Lopez Mareque committed Apr 23, 2021
1 parent 80a009c commit 7cd4553
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
.DS_Store
node_modules
/dist
/*.tgz
**/node_modules
**/dist
**/docs
**/*.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/
**/tests/e2e/videos/
**/tests/e2e/screenshots/

# local env files
.env.local
Expand Down

0 comments on commit 7cd4553

Please sign in to comment.