aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--ufund-api/.gitignore2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..672ca1e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+ufund-api/src/main/resources/application.properties
diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore
index 9cea7c4..8cba502 100644
--- a/ufund-api/.gitignore
+++ b/ufund-api/.gitignore
@@ -32,4 +32,4 @@ build/
.vscode/
### application.properties ###
-/ufund-api/resources/application.properties \ No newline at end of file
+ufund-api/src/main/resources/application.properties \ No newline at end of file