mirror of https://github.com/ogoun/Zero.git
				
				
				
			
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							53 lines
						
					
					
						
							484 B
						
					
					
				
			
		
		
	
	
							53 lines
						
					
					
						
							484 B
						
					
					
				| # Bloody frontend
 | |
| node_modules
 | |
| bower_components
 | |
| 
 | |
| # VSCode
 | |
| .vscode
 | |
| 
 | |
| # Ignore Visual Studio files
 | |
| *.obj
 | |
| *.pdb
 | |
| *.user
 | |
| *.aps
 | |
| *.pch
 | |
| *.vspscc
 | |
| *_i.c
 | |
| *_p.c
 | |
| *.ncb
 | |
| *.suo
 | |
| *.tlb
 | |
| *.cache
 | |
| *.tlh
 | |
| *.bak
 | |
| *.cache
 | |
| *.ilk
 | |
| *.log
 | |
| *.lib
 | |
| *.sbr
 | |
| *.scc
 | |
| *.dbmdl
 | |
| *.nupkg
 | |
| *.p7s
 | |
| *.sln.ide
 | |
| [Bb]in
 | |
| [Dd]ebug*/
 | |
| [Oo]bj/
 | |
| [Rr]elease*/
 | |
| _ReSharper*/
 | |
| [Tt]est[Rr]esult*
 | |
| TestsResult.html
 | |
| [Bb]uild[Ll]og.*
 | |
| *.[Pp]ublish.xml
 | |
| [Tt]humbs.db
 | |
| 
 | |
| # NuGet
 | |
| /packages/
 | |
| **/packages/*
 | |
| !**/packages/build/
 | |
| 
 | |
| # Build
 | |
| /artifacts/
 | |
| 
 | |
| .localhistory
 | |
| .vs/ |