Skip to content

Commit

Permalink
fix: ignore pyc
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 authored Nov 7, 2024
1 parent 66f06ad commit fc99fff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/embed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ on:
pull_request:
branches:
- main

paths:
- 'src/manifests/**.yaml'
- 'api-management/**.md'
- 'api-management/**.yaml'
- 'api-gateway/**.md'
- 'api-gateway/**.yaml'
- 'WALKTHROUGH.md'
jobs:
embed-code:
runs-on: buildjet-2vcpu-ubuntu-2204
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# vim temporary files
*.swp
*.swo
*.pyc

0 comments on commit fc99fff

Please sign in to comment.