mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 09:09:25 +08:00 
			
		
		
		
	 672faa131f
			
		
	
	672faa131f
	
	
	
		
			
			Added some more context to the docs readme for folks looking to contribute. Also added the license so its clear what the license of the docs site is. As a small tweak I removed a duplicate string value and use the Constant.
		
			
				
	
	
		
			91 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			91 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Misc folders
 | |
| [Bb]in/
 | |
| [Oo]bj/
 | |
| [Tt]emp/
 | |
| [Pp]ackages/
 | |
| /.artifacts/
 | |
| /[Tt]ools/
 | |
| .idea
 | |
| .DS_Store
 | |
| 
 | |
| # Cakeup
 | |
| cakeup-x86_64-latest.exe
 | |
| 
 | |
| # .NET Core CLI
 | |
| /.dotnet/
 | |
| /.packages/
 | |
| dotnet-install.sh*
 | |
| *.lock.json
 | |
| 
 | |
| # Visual Studio
 | |
| .vs/
 | |
| .vscode/
 | |
| launchSettings.json
 | |
| *.sln.ide/
 | |
| 
 | |
| # Rider
 | |
| src/.idea/**/workspace.xml
 | |
| src/.idea/**/tasks.xml
 | |
| src/.idea/dictionaries
 | |
| src/.idea/**/dataSources/
 | |
| src/.idea/**/dataSources.ids
 | |
| src/.idea/**/dataSources.xml
 | |
| src/.idea/**/dataSources.local.xml
 | |
| src/.idea/**/sqlDataSources.xml
 | |
| src/.idea/**/dynamic.xml
 | |
| src/.idea/**/uiDesigner.xml
 | |
| 
 | |
| ## Ignore Visual Studio temporary files, build results, and
 | |
| ## files generated by popular Visual Studio add-ons.
 | |
| 
 | |
| # User-specific files
 | |
| *.suo
 | |
| *.user
 | |
| *.sln.docstates
 | |
| *.userprefs
 | |
| *.GhostDoc.xml
 | |
| *StyleCop.Cache
 | |
| 
 | |
| # Build results
 | |
| [Dd]ebug/
 | |
| [Rr]elease/
 | |
| x64/
 | |
| *_i.c
 | |
| *_p.c
 | |
| *.ilk
 | |
| *.meta
 | |
| *.obj
 | |
| *.pch
 | |
| *.pdb
 | |
| *.pgc
 | |
| *.pgd
 | |
| *.rsp
 | |
| *.sbr
 | |
| *.tlb
 | |
| *.tli
 | |
| *.tlh
 | |
| *.tmp
 | |
| *.log
 | |
| *.vspscc
 | |
| *.vssscc
 | |
| .builds
 | |
| 
 | |
| # Visual Studio profiler
 | |
| *.psess
 | |
| *.vsp
 | |
| *.vspx
 | |
| 
 | |
| # ReSharper is a .NET coding add-in
 | |
| _ReSharper*
 | |
| 
 | |
| # NCrunch
 | |
| *.ncrunch*
 | |
| .*crunch*.local.xml
 | |
| _NCrunch_*
 | |
| 
 | |
| # NuGet Packages Directory
 | |
| packages
 | |
| 
 | |
| # Windows
 | |
| Thumbs.db
 |