Configure routing

This commit is contained in:
Alexander
2026-05-03 16:10:24 +02:00
parent 58aa4ef23b
commit 6baa895c6c
5 changed files with 55 additions and 5 deletions
+23
View File
@@ -4,3 +4,26 @@ config.yaml
/server
/vendor
pkg/metadatapb/
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
### Above combination will ignore all files without extension ###
# Ignore files with extension `.class` & `.sm`
*.class
*.sm
# Ignore `bin` dir
bin/
# or
*/bin/*
# Ignore config.yaml
config.yaml