diff --git a/springboot/app/.gitignore b/springboot/app/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/springboot/app/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/springboot/config/application.yml b/springboot/config/application.yml new file mode 100644 index 0000000..e69de29