77 lines
		
	
	
		
			783 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			783 B
		
	
	
	
		
			Plaintext
		
	
	
| # .NET Core
 | |
| bin/
 | |
| obj/
 | |
| *.user
 | |
| *.suo
 | |
| *.cache
 | |
| *.dll
 | |
| *.pdb
 | |
| *.exe
 | |
| *.log
 | |
| *.tmp
 | |
| *.temp
 | |
| 
 | |
| # Visual Studio
 | |
| .vs/
 | |
| .vscode/
 | |
| 
 | |
| # Rider
 | |
| .idea/
 | |
| 
 | |
| # Node modules
 | |
| node_modules/
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| 
 | |
| # Compiled CSS (generated by Tailwind)
 | |
| wwwroot/css/site.css
 | |
| 
 | |
| # Environment variables
 | |
| .env
 | |
| .env.local
 | |
| .env.development.local
 | |
| .env.test.local
 | |
| .env.production.local
 | |
| 
 | |
| # OS generated files
 | |
| .DS_Store
 | |
| .DS_Store?
 | |
| ._*
 | |
| .Spotlight-V100
 | |
| .Trashes
 | |
| ehthumbs.db
 | |
| Thumbs.db
 | |
| 
 | |
| # Build results
 | |
| [Dd]ebug/
 | |
| [Dd]ebugPublic/
 | |
| [Rr]elease/
 | |
| [Rr]eleases/
 | |
| x64/
 | |
| x86/
 | |
| [Ww][Ii][Nn]32/
 | |
| [Aa][Rr][Mm]/
 | |
| [Aa][Rr][Mm]64/
 | |
| bld/
 | |
| [Bb]in/
 | |
| [Oo]bj/
 | |
| [Ll]og/
 | |
| 
 | |
| # Publish
 | |
| publish/
 | |
| *.publish.xml
 | |
| 
 | |
| # Package files
 | |
| *.nupkg
 | |
| *.snupkg
 | |
| 
 | |
| # JetBrains Rider
 | |
| .idea/
 | |
| 
 | |
| # User-specific files
 | |
| *.rsuser
 | |
| *.suo
 | |
| *.user
 | |
| *.userosscache
 | |
| *.sln.docstates |