diff --git a/.gitignore b/.gitignore index 08072c3a2c5a..4e85f56fb4ce 100644 --- a/.gitignore +++ b/.gitignore @@ -3,17 +3,22 @@ .classpath .settings/ .svn/ + # Intellij *.ipr *.iml .idea !.idea/icon.png -.DS_Store /bootstrap /dependencies.xml .java-version .checkstyle .factorypath -.vscode/ repo/ -/*.svg \ No newline at end of file + +# VSCode +.vscode/ + +# Mac +.DS_Store +