diff --git a/.gitignore b/.gitignore index 71f3b3e4..e1536ffa 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,23 @@ src/snap src/uic src/notes .qmake.stash + + +### Clion ### + +.idea/ +cmake-build-*/ +*.iws +out/ +.idea_modules/ +atlassian-ide-plugin.xml +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +### VisualStudioCode ### +.vscode/* +*.vsix +.history +.ionide \ No newline at end of file