diff --git a/.gitignore b/.gitignore index 5ff6309..bed4aab 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ target/ !**/src/main/**/target/ !**/src/test/**/target/ + ### IntelliJ IDEA ### .idea/modules.xml .idea/jarRepositories.xml @@ -35,4 +36,7 @@ build/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store + +### Accountdata ### +/accountdata \ No newline at end of file