From 1932685cbe129355483233e4f5ba1e4c065328e9 Mon Sep 17 00:00:00 2001 From: Aleks Date: Mon, 31 Mar 2025 22:26:30 +0200 Subject: [PATCH] feat[first]: initial commit: add user authentication and article management features --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 516ed5e..c253bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ build/ .vscode/ -application.properties \ No newline at end of file +src/main/resources/application.properties \ No newline at end of file