first commit

This commit is contained in:
agung
2023-08-01 20:02:08 +07:00
commit b34e556798
10 changed files with 423 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# Editor
.vscode
# Container file
/docker/postgres/data/*
!/docker/postgres/data/.gitkeep
# Working directory
src/*