From b616f41b4ec197f6999108af7bc128fbc9e61a02 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 20 Jun 2020 09:07:08 +0100 Subject: [PATCH] Remove .idea tracking --- .gitignore | 51 +++++++++++++++++++ .idea/.gitignore | 3 -- .idea/inspectionProfiles/Project_Default.xml | 47 ----------------- .../inspectionProfiles/profiles_settings.xml | 6 --- .idea/misc.xml | 4 -- .idea/modules.xml | 8 --- .idea/openlp-api-tester.iml | 11 ---- 7 files changed, 51 insertions(+), 79 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/openlp-api-tester.iml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ed3205 --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +*.*~ +*.dll +*.e4* +*.kate-swp +*.kdev4 +*.komodoproject +*.log* +*.nja +*.orig +*.pyc +*.qm +*.rej +*.ropeproject +*.~\?~ +*eric[1-9]project +.cache +.coverage +.directory +.eggs +.idea +.kdev4 +.komodotools +.pytest_cache +.venv +.vscode +.eggs +.venv +.mypy_cache +OpenLP.egg-info +\#*\# +__pycache__ +build +cover +coverage +dist +env +htmlcov +list +node_modules +openlp.cfg +openlp.pro +openlp/core/resources.py +openlp/core/resources.py.old +openlp/plugins/presentations/lib/vendor/Pyro4 +openlp/plugins/presentations/lib/vendor/serpent.py +output +package-lock.json +tags +test +openlp-test-projectordb.sqlite +*/test-results.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 8f2739c..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d4fc832..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 0a7a2bf..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/openlp-api-tester.iml b/.idea/openlp-api-tester.iml deleted file mode 100644 index 8dc09e5..0000000 --- a/.idea/openlp-api-tester.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - \ No newline at end of file