32 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
|  
 | |
| 
 | |
| # dependencies
 | |
| node_modules
 | |
| /node_modules 
 | |
| 
 | |
| /medias/*.*
 | |
| /medias/in/*.*
 | |
|  
 | |
|  
 | |
| /WWebJS/session-OmniHIT/Default/** 
 | |
|  
 | |
| 
 | |
| # testing
 | |
| /coverage
 | |
| 
 | |
| # production
 | |
| /build
 | |
| 
 | |
| # misc
 | |
| .DS_Store
 | |
| .env.local
 | |
| .env.development.local
 | |
| .env.test.local
 | |
| .env.production.local
 | |
| 
 | |
| DevToolsActivePort*
 | |
| 
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 |