Skip to content

Commit

Permalink
[PR] Initial code from dev-cpm (#2)
Browse files Browse the repository at this point in the history
* Updating .gitignore

* Adding files after automatic conversion in UiPath Studio 2024.10.x

* Fixing dependencies as of 2024, REFramework now runs (empty).

* Implemented legacy GetMailmessages

* WIP: parsing list of mails, entering into rpachallenge.com

* Moved into REFramework with mocked QueueItem

* Updating project.json and housekeeping
  • Loading branch information
cprima authored Oct 29, 2024
1 parent 1fc62ce commit 4a8e168
Show file tree
Hide file tree
Showing 42 changed files with 5,711 additions and 3,373 deletions.
44 changes: 6 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,6 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
#In older versions of studio, local entity dlls are stored in a different directory, hence the below code
#Ignore .local files without ignoring dataservice object .dlls
.local/
!.local/**/*.dlls#Ignore Debug And Design-Time Settings, Don't Ignore Release Settings
.settings/Debug/
.settings/Design/
Loading

0 comments on commit 4a8e168

Please sign in to comment.