Skip to content

Commit cd9b596

Browse files
committed
Ignore supporting make file
1 parent b16e5d9 commit cd9b596

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
make
2626
- name: Run linters
2727
run: |
28-
make check
28+
make check

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Created by https://www.gitignore.io/api/python
22
# Edit at https://www.gitignore.io/?templates=python
3+
.mk_poetry*
34

45
### Python ###
56
# Byte-compiled / optimized / DLL files

0 commit comments

Comments
 (0)