1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 00:58:56 +02:00
gitignore/community/JavaScript/Expo.gitignore
arnav-42 9cc0b706bf
Update Expo.gitignore
removed MacOS specific line
2025-06-09 17:32:55 -04:00

33 lines
909 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#.gitignore template for Expo
#website: https://expo.dev/
#docs: https://docs.expo.dev/workflow/expo-cli/
#
#Rationale:
#node_modules/ is always ignored
#.expo/, .expo-shared/ are Expos local state and project-settings cache (see docs)
# Metro caches/logs are *.expo, *.tunnel, *.cache, *.tmp, *.log
# Node modules
node_modules/
# Expo local state and caches
.expo/ # runtime state (Metro bundler, dev-client data, tunnels)
.expo-shared/ # shared project settings (app.json edits, etc.)
# Metro bundler caches/logs
*.expo # generic Expo temp files
*.tunnel # Expo DevTools tunnels
*.cache # Metro cache folder
*.tmp # temp files created during bundling
*.log # build or Metro logs
# Environment variables
.env
.env.local
.env.*.local
# Package manager logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*