Skip to content

Commit 3822e20

Browse files
authored
Merge pull request #480 from Integration-Automation/feat/desktop-automation-gaps
Close the desktop-automation gaps, and the two failure modes that hid them
2 parents 6dd114b + efd2a17 commit 3822e20

81 files changed

Lines changed: 6181 additions & 5479 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,13 @@ dmypy.json
116116
# Pyre type checker
117117
.pyre/
118118

119-
# Pycharm
120-
.idea
121-
.idea/*
122-
.idea/AutoControl.iml
123-
.idea/misc.xml
124-
.idea/workspace.xml
119+
# Pycharm — the rule is `.idea/` at the top of this file. Five more spellings
120+
# accumulated here because the files were already tracked, and .gitignore has
121+
# no effect on a tracked file however many ways you name it. They were
122+
# untracked with `git rm --cached -r .idea`, so one rule is enough now.
125123
.claude/settings.local.json
126124
/.claude/
127125
/.claude
128-
/.idea
129126

130127
# Local test/smoke artifacts
131128
.test-tmp/

.idea/AutoControl.iml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.idea/discord.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)