Skip to content

Commit

Permalink
git ignore added about expo project
Browse files Browse the repository at this point in the history
  • Loading branch information
dkstlzu committed Oct 11, 2020
1 parent 2505f45 commit 4916dc7
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 19 deletions.
Empty file removed .expo/.gitkeep
Empty file.
10 changes: 0 additions & 10 deletions .expo/packager-info.json

This file was deleted.

8 changes: 0 additions & 8 deletions .expo/settings.json

This file was deleted.

46 changes: 45 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules/**/*
.expo/*
npm-debug.*
*.jks
*.p8
Expand All @@ -11,3 +10,48 @@ web-build/

# macOS
.DS_Store


# Expo
.expo
__generated__
web-build

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

# Vim
.*.swp
.*.swo
.*.swn
.*.swm

# Android Studio
*.iml
.gradle
.idea/libraries
.idea/workspace.xml
.idea/gradle.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml

# VSCode
.history/

# Expo Client builds
/client-builds

# Expo web env
.env.local
.env.development.local
.env.test.local
.env.production.local
apps/bare-expo/deploy-url.txt

# Expo Doc merging
docs/pages/versions/*/react-native/ADDED_*.md
docs/pages/versions/*/react-native/REMOVED_*.md
docs/pages/versions/*/react-native/*.diff

0 comments on commit 4916dc7

Please sign in to comment.