diff --git a/.gitignore b/.gitignore index c165a81..a144631 100644 --- a/.gitignore +++ b/.gitignore @@ -13,11 +13,18 @@ target/ .springBeans .sts4-cache -### IntelliJ IDEA ### +# Build +out/ + +# Logs +*.log + +# IDE .idea *.iws *.iml *.ipr +.vscode/ ### NetBeans ### /nbproject/private/ @@ -29,9 +36,11 @@ build/ !**/src/main/**/build/ !**/src/test/**/build/ -### VS Code ### -.vscode/ - +# Env .env +.env.local +.env.*.local +# macOS system files +.DS_Store