mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Update .gitignore
This commit is contained in:
		
							
								
								
									
										12
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -37,6 +37,7 @@ local_settings.py | ||||
|  | ||||
| # Files used for testing | ||||
| dummy_image.* | ||||
| _tmp.csv | ||||
|  | ||||
| # Sphinx files | ||||
| docs/_build | ||||
| @@ -66,5 +67,16 @@ secret_key.txt | ||||
| .coverage | ||||
| htmlcov/ | ||||
|  | ||||
| # Temporary javascript files (used for testing) | ||||
| js_tmp/ | ||||
|  | ||||
| # Development files | ||||
| dev/ | ||||
|  | ||||
| # Locale stats file | ||||
| locale_stats.json | ||||
|  | ||||
| # node.js | ||||
| package-lock.json | ||||
| package.json | ||||
| node_modules/ | ||||
		Reference in New Issue
	
	Block a user