Skip to content

This repository contains a .gitignore file for UiPath development.

License

Notifications You must be signed in to change notification settings

ShonHarsh/UiPath-GitIgnore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UiPath-GitIgnore

This repository contains a .gitignore file for UiPath development.

Getting Started

Download or create the .gitignore file and put it in the root of the project. This should be the UiPath project and also the folder used for the git init command.

Details

# UiPath RPA Development
**/*.log
**/.local/**
**/.objects/**
**/.settings/**
**/.tmh/**

Links