79 lines
		
	
	
		
			923 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			79 lines
		
	
	
		
			923 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
 | 
						|
 | 
						|
# dependencies
 | 
						|
node_modules/
 | 
						|
 | 
						|
# Expo
 | 
						|
.expo/
 | 
						|
.idea/
 | 
						|
dist/
 | 
						|
web-build/
 | 
						|
 | 
						|
# Native
 | 
						|
*.orig.*
 | 
						|
*.jks
 | 
						|
*.p8
 | 
						|
*.p12
 | 
						|
*.key
 | 
						|
*.mobileprovision
 | 
						|
 | 
						|
# Metro
 | 
						|
.metro-health-check*
 | 
						|
 | 
						|
# debug
 | 
						|
npm-debug.*
 | 
						|
yarn-debug.*
 | 
						|
yarn-error.*
 | 
						|
 | 
						|
# macOS
 | 
						|
.DS_Store
 | 
						|
*.pem
 | 
						|
 | 
						|
# local env files
 | 
						|
.env*.local
 | 
						|
 | 
						|
# typescript
 | 
						|
*.tsbuildinfo
 | 
						|
yarn.lock
 | 
						|
package-lock.json
 | 
						|
 | 
						|
# @generated expo-cli sync-b5df6a44d8735348b729920a7406b633cfb74d4c
 | 
						|
# The following patterns were generated by expo-cli
 | 
						|
 | 
						|
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
 | 
						|
 | 
						|
# dependencies
 | 
						|
node_modules/
 | 
						|
 | 
						|
# Expo
 | 
						|
.expo/
 | 
						|
dist/
 | 
						|
web-build/
 | 
						|
 | 
						|
# Native
 | 
						|
*.orig.*
 | 
						|
*.jks
 | 
						|
*.p8
 | 
						|
*.p12
 | 
						|
*.key
 | 
						|
*.mobileprovision
 | 
						|
 | 
						|
# Metro
 | 
						|
.metro-health-check*
 | 
						|
 | 
						|
# debug
 | 
						|
npm-debug.*
 | 
						|
yarn-debug.*
 | 
						|
yarn-error.*
 | 
						|
 | 
						|
# macOS
 | 
						|
.DS_Store
 | 
						|
*.pem
 | 
						|
 | 
						|
# local env files
 | 
						|
.env*.local
 | 
						|
 | 
						|
# typescript
 | 
						|
*.tsbuildinfo
 | 
						|
 | 
						|
# @end expo-cli |