build: Switch workflow to only use Makefile
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,5 @@
|
||||
# Ignore build outputs
|
||||
actix/target
|
||||
.docker
|
||||
|
||||
# Ignore SQLite file
|
||||
urls.sqlite
|
||||
@@ -8,3 +7,5 @@ urls.sqlite
|
||||
# Ignore irrelevant dotfiles
|
||||
.vscode/
|
||||
**/.directory
|
||||
.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user