Skip to content

Commit

Permalink
Merge pull request #2 from sentrysoftware/feature/SWSY-4600-windows-e…
Browse files Browse the repository at this point in the history
…vent-monitor-fails-to-execute

Feature/swsy 4600 windows event monitor fails to execute
  • Loading branch information
bertysentry authored Sep 21, 2024
2 parents 2edf416 + a153095 commit c731bab
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 565 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
Expand Down Expand Up @@ -186,7 +186,7 @@ ClientBin/
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

Expand Down Expand Up @@ -242,4 +242,7 @@ paket-files/

# JetBrains Rider
.idea/
*.sln.iml
*.sln.iml

# VSCode
.vscode/
Loading

0 comments on commit c731bab

Please sign in to comment.