Remove .idea tracking

This commit is contained in:
Tim 2020-06-20 09:07:08 +01:00
parent f2f07faf60
commit b616f41b4e
No known key found for this signature in database
GPG Key ID: 3D454289AF831A6D
7 changed files with 51 additions and 79 deletions

51
.gitignore vendored Normal file
View File

@ -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

3
.idea/.gitignore vendored
View File

@ -1,3 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml

View File

@ -1,47 +0,0 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyAttributeOutsideInitInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="PyClassHasNoInitInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<value>
<list size="25">
<item index="0" class="java.lang.String" itemvalue="PyMuPDF" />
<item index="1" class="java.lang.String" itemvalue="pytest-runner" />
<item index="2" class="java.lang.String" itemvalue="pyodbc" />
<item index="3" class="java.lang.String" itemvalue="pysword" />
<item index="4" class="java.lang.String" itemvalue="pytest" />
<item index="5" class="java.lang.String" itemvalue="pylint" />
<item index="6" class="java.lang.String" itemvalue="bs4" />
<item index="7" class="java.lang.String" itemvalue="json2html" />
<item index="8" class="java.lang.String" itemvalue="tweepy" />
<item index="9" class="java.lang.String" itemvalue="travispy" />
<item index="10" class="java.lang.String" itemvalue="python-whois" />
<item index="11" class="java.lang.String" itemvalue="ipwhois" />
<item index="12" class="java.lang.String" itemvalue="praw" />
<item index="13" class="java.lang.String" itemvalue="simplejson" />
<item index="14" class="java.lang.String" itemvalue="tqdm" />
<item index="15" class="java.lang.String" itemvalue="termcolor" />
<item index="16" class="java.lang.String" itemvalue="python-wappalyzer" />
<item index="17" class="java.lang.String" itemvalue="beautifulsoup" />
<item index="18" class="java.lang.String" itemvalue="anyjson" />
<item index="19" class="java.lang.String" itemvalue="configobj" />
<item index="20" class="java.lang.String" itemvalue="google-api-python-client" />
<item index="21" class="java.lang.String" itemvalue="clearbit" />
<item index="22" class="java.lang.String" itemvalue="tldextract" />
<item index="23" class="java.lang.String" itemvalue="config" />
<item index="24" class="java.lang.String" itemvalue="billiard" />
</list>
</value>
</option>
</inspection_tool>
<inspection_tool class="PyStubPackagesAdvertiser" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<list>
<option value="PyQt5" />
</list>
</option>
</inspection_tool>
</profile>
</component>

View File

@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3" project-jdk-type="Python SDK" />
</project>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/openlp-api-tester.iml" filepath="$PROJECT_DIR$/.idea/openlp-api-tester.iml" />
</modules>
</component>
</project>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="pytest" />
</component>
</module>