You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							61 lines
						
					
					
						
							711 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							61 lines
						
					
					
						
							711 B
						
					
					
				| # Dependencies | |
| node_modules/ | |
| npm-debug.log | |
| yarn-debug.log | |
| yarn-error.log | |
| 
 | |
| # Build output | |
| dist/ | |
| build/ | |
| *.tsbuildinfo | |
| 
 | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| 
 | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| 
 | |
| # Android | |
| android/app/build/ | |
| android/build/ | |
| android/gradle/ | |
| android/gradlew | |
| android/gradlew.bat | |
| android/.gradle/ | |
| android/local.properties | |
| android/.idea/ | |
| android/*.iml | |
| 
 | |
| # iOS | |
| ios/Pods/ | |
| ios/build/ | |
| ios/Podfile.lock | |
| ios/.xcode.env.local | |
| ios/DerivedData/ | |
| ios/*.xcworkspace/ | |
| ios/*.xcodeproj/* | |
| !ios/*.xcodeproj/project.pbxproj | |
| !ios/*.xcodeproj/xcshareddata/ | |
| !ios/*.xcworkspace/contents.xcworkspacedata | |
| 
 | |
| # Testing | |
| coverage/ | |
| .nyc_output/ | |
| 
 | |
| # Logs | |
| logs/ | |
| *.log | |
| 
 | |
| # Environment | |
| .env | |
| .env.local | |
| .env.*.local | |
| 
 | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| .cache/
 | |
| 
 |