Skip to content

Commit 371a3b5

Browse files
committed
Makefile: add formater and linter target
1 parent 5716608 commit 371a3b5

File tree

5 files changed

+454
-2
lines changed

5 files changed

+454
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bin/ghost
2-
bin/ghost.*.linux*
2+
bin/ghost.linux*
33
bin/ghost.py*
44
bin/overlordd
55
bin/*.pybin*
@@ -12,3 +12,5 @@ node_modules
1212
dist
1313
.swiftpm
1414
xcuserdata
15+
__pycache__
16+
*.pyc

0 commit comments

Comments
 (0)