Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Piekarczyk committed May 25, 2021
1 parent 83884c2 commit 44fc12f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ lerna.json
completed.json
errors.json
components.json

# Example
example/node_modules
example/__generated__
10 changes: 9 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
__generated__/AppEntry.js
# Expo
.expo
__generated__
web-build

# Node
node_modules
npm-debug.log
yarn-error.log

0 comments on commit 44fc12f

Please sign in to comment.