Skip to content

Commit

Permalink
chore: update .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-saito committed Oct 19, 2023
1 parent 3080526 commit 3b11c69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# dependencies
**/node_modules

# build
**/build

# misc
**/.DS_Store

# secrets
**/.secret
**/.env

# logs
**/yarn-error.log*
**/polygon-mobile-test.txt

#yarn
**/.yarn/*
!**/.yarn/plugins
!**/.yarn/releases
3 changes: 3 additions & 0 deletions packages/client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# env file
.env

0 comments on commit 3b11c69

Please sign in to comment.