Go to file
Florian Beisel 691eacf5da
chore: add gitignore
This commits adds a .gitignore file which will prevent committing of:
* Files referenced in Go.gitignore
* VisualStudioCode specific files (.vscode, ...)
* Windows specific files (ie thumbs.db)
* SQLite Databases
2024-01-17 22:09:43 +01:00
api Initial commit 2024-01-17 18:05:55 +01:00
auth Initial commit 2024-01-17 18:05:55 +01:00
config Initial commit 2024-01-17 18:05:55 +01:00
db Initial commit 2024-01-17 18:05:55 +01:00
docs Initial commit 2024-01-17 18:05:55 +01:00
examples Initial commit 2024-01-17 18:05:55 +01:00
middleware Initial commit 2024-01-17 18:05:55 +01:00
models Initial commit 2024-01-17 18:05:55 +01:00
rules Initial commit 2024-01-17 18:05:55 +01:00
.gitignore chore: add gitignore 2024-01-17 22:09:43 +01:00
go.mod Initial commit 2024-01-17 18:05:55 +01:00
go.sum Initial commit 2024-01-17 18:05:55 +01:00
hostname-service.db Initial commit 2024-01-17 18:05:55 +01:00
main.go Initial commit 2024-01-17 18:05:55 +01:00