diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/UiPath | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/options/gitignore/UiPath b/options/gitignore/UiPath new file mode 100644 index 0000000..f0c2267 --- /dev/null +++ b/options/gitignore/UiPath @@ -0,0 +1,11 @@ +# 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 |