11 lines
		
	
	
	
		
			262 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			262 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# gitignore template for RPA development using UiPath Studio 
 | 
						|
# website: https://www.uipath.com/product/studio
 | 
						|
#
 | 
						|
# Recommended: n/a
 | 
						|
 | 
						|
# Ignore folders that could cause issues if accidentally tracked
 | 
						|
**/.local/**
 | 
						|
**/.settings/**
 | 
						|
**/.objects/**
 | 
						|
**/.tmh/**
 | 
						|
**/*.log
 |