diff --git a/.gitignore b/.gitignore index 5e1b6be..d71f3e4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ chrome-profiler-events*.json speed-measure-plugin*.json # IDEs and editors -/.idea +/.idea/* .project .classpath .c9/ @@ -24,6 +24,9 @@ speed-measure-plugin*.json *.sublime-workspace *.iml +# Include IntelliJ modules +!/.idea/modules.xml + # IDE - VSCode .vscode/* !.vscode/settings.json diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..66aebf2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file