diff --git a/.gitignore b/.gitignore index 1acaf36..4369206 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ build/ !**/src/main/**/build/ !**/src/test/**/build/ +src/main/resources/application.properties + + ### STS ### .apt_generated .classpath @@ -35,5 +38,3 @@ out/ ### VS Code ### .vscode/ - -application.properties