Various updates for React Native Windows **Docs** * Fixed windows installation in readme * Added local dev setup instructions **Build** * Added VS solutions for RNW 0.61, 0.62, and 0.63+ * Added clang-formatting definition **Features** * Fixed autolinking for RNW 0.63+ * Added support for `rate` property **Examples** * Upgraded examples/basic to RN 0.61 and replaced broken windows app
		
			
				
	
	
		
			93 lines
		
	
	
		
			955 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			93 lines
		
	
	
		
			955 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| *AppPackages*
 | |
| *BundleArtifacts*
 | |
| 
 | |
| #OS junk files
 | |
| [Tt]humbs.db
 | |
| *.DS_Store
 | |
| 
 | |
| #Visual Studio files
 | |
| *.[Oo]bj
 | |
| *.user
 | |
| *.aps
 | |
| *.pch
 | |
| *.vspscc
 | |
| *.vssscc
 | |
| *_i.c
 | |
| *_p.c
 | |
| *.ncb
 | |
| *.suo
 | |
| *.tlb
 | |
| *.tlh
 | |
| *.bak
 | |
| *.[Cc]ache
 | |
| *.ilk
 | |
| *.log
 | |
| *.lib
 | |
| *.sbr
 | |
| *.sdf
 | |
| *.opensdf
 | |
| *.opendb
 | |
| *.unsuccessfulbuild
 | |
| ipch/
 | |
| [Oo]bj/
 | |
| [Bb]in
 | |
| [Dd]ebug*/
 | |
| [Rr]elease*/
 | |
| Ankh.NoLoad
 | |
| 
 | |
| # Visual C++ cache files
 | |
| ipch/
 | |
| *.aps
 | |
| *.ncb
 | |
| *.opendb
 | |
| *.opensdf
 | |
| *.sdf
 | |
| *.cachefile
 | |
| *.VC.db
 | |
| *.VC.VC.opendb
 | |
| 
 | |
| #MonoDevelop
 | |
| *.pidb
 | |
| *.userprefs
 | |
| 
 | |
| #Tooling
 | |
| _ReSharper*/
 | |
| *.resharper
 | |
| [Tt]est[Rr]esult*
 | |
| *.sass-cache
 | |
| 
 | |
| #Project files
 | |
| [Bb]uild/
 | |
| 
 | |
| #Subversion files
 | |
| .svn
 | |
| 
 | |
| # Office Temp Files
 | |
| ~$*
 | |
| 
 | |
| # vim Temp Files
 | |
| *~
 | |
| 
 | |
| #NuGet
 | |
| packages/
 | |
| *.nupkg
 | |
| 
 | |
| #ncrunch
 | |
| *ncrunch*
 | |
| *crunch*.local.xml
 | |
| 
 | |
| # visual studio database projects
 | |
| *.dbmdl
 | |
| 
 | |
| #Test files
 | |
| *.testsettings
 | |
| 
 | |
| #Other files
 | |
| *.DotSettings
 | |
| .vs/
 | |
| *project.lock.json
 | |
| 
 | |
| #Files generated by the VS build
 | |
| **/Generated Files/**
 | |
| 
 |