From 73943e36033aa08bc755ace3ac0e46a2930d7e51 Mon Sep 17 00:00:00 2001 From: Aleks Date: Mon, 31 Mar 2025 22:25:47 +0200 Subject: [PATCH] feat[first]: initial commit: add user authentication and article management features --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 549e00a..516ed5e 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ build/ ### VS Code ### .vscode/ + + +application.properties \ No newline at end of file