1
0
mirror of https://github.com/github/gitignore synced 2024-06-19 19:02:50 +02:00

.gitignore for UiPath code

This commit is contained in:
Lisa Williams 2020-08-21 17:01:38 -04:00 committed by GitHub
parent 218a941be9
commit 0b1348ad6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Gitignore file for use in Uipath repositories
## Ignore .objects folder that comes with UI Automation Package.
## Ignore .local configuration files created when opening a project
## Ignore .settings configuration files which sometimes appear
## when running your project in debug mode.
#################################################################################################################
#
# This .gitignore file was created by building from the UiPath Forumn discussion on same here:
# https://forum.uipath.com/t/is-there-a-suggested-gitignore-to-use-with-uipath-studio/182482/4
#
# Contribution made by @u778294 Lisa Williams North Carolina, USA
#
#################################################################################################################
.settings/
.local/
.objects/