mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-01-14 03:12:28 +00:00
feat: add makefile to simplify development
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -3,6 +3,8 @@
|
||||
|
||||
# binaries
|
||||
/tinyauth
|
||||
/tinyauth-arm64
|
||||
/tinyauth-amd64
|
||||
|
||||
# test docker compose
|
||||
/docker-compose.test*
|
||||
@@ -22,9 +24,6 @@
|
||||
# tmp directory
|
||||
/tmp
|
||||
|
||||
# version files
|
||||
/internal/assets/version
|
||||
|
||||
# data directory
|
||||
/data
|
||||
|
||||
@@ -36,4 +35,4 @@
|
||||
/resources
|
||||
|
||||
# debug files
|
||||
__debug_*
|
||||
__debug_*
|
||||
|
||||
Reference in New Issue
Block a user