diff --git a/.gitignore b/.gitignore index 3ca43ae..3847228 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,20 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr +out/ +!**/src/main/**/out/ +!**/src/test/**/out/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file