From db563fe6a35a60c0826a88cf76bcb8ee3b21b2a7 Mon Sep 17 00:00:00 2001
From: Irony <892768447@qq.com>
Date: Fri, 8 Nov 2019 12:29:48 +0800
Subject: [PATCH] remove editor config
---
.gitignore | 4 +
.idea/.gitignore | 1 -
.idea/PyQt.iml | 15 ----
.idea/codeStyles/codeStyleConfig.xml | 5 --
.idea/encodings.xml | 6 --
.idea/misc.xml | 60 --------------
.idea/modules.xml | 8 --
.idea/vcs.xml | 6 --
.project | 17 ----
.pydevproject | 8 --
.settings/.gitignore | 1 -
.settings/org.eclipse.core.resources.prefs | 79 -------------------
.../org.eclipse.ltk.core.refactoring.prefs | 2 -
13 files changed, 4 insertions(+), 208 deletions(-)
delete mode 100644 .idea/.gitignore
delete mode 100644 .idea/PyQt.iml
delete mode 100644 .idea/codeStyles/codeStyleConfig.xml
delete mode 100644 .idea/encodings.xml
delete mode 100644 .idea/misc.xml
delete mode 100644 .idea/modules.xml
delete mode 100644 .idea/vcs.xml
delete mode 100644 .project
delete mode 100644 .pydevproject
delete mode 100644 .settings/.gitignore
delete mode 100644 .settings/org.eclipse.core.resources.prefs
delete mode 100644 .settings/org.eclipse.ltk.core.refactoring.prefs
diff --git a/.gitignore b/.gitignore
index 0ca6233..c969b36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,6 +106,10 @@ venv.bak/
# mypy
.mypy_cache/
+.idea
+.settings
+.project
+.pydevproject
*.pyc
Tmps/*
logs/*
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index b81c795..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.xml
\ No newline at end of file
diff --git a/.idea/PyQt.iml b/.idea/PyQt.iml
deleted file mode 100644
index e84e302..0000000
--- a/.idea/PyQt.iml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
deleted file mode 100644
index a55e7a1..0000000
--- a/.idea/codeStyles/codeStyleConfig.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
deleted file mode 100644
index 60caf80..0000000
--- a/.idea/encodings.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 3cb93a1..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
- Buildout
-
-
- EditorConfig
-
-
- General
-
-
- HTML
-
-
- Internationalization
-
-
- JSON and JSON5
-
-
- Markdown
-
-
- Properties Files
-
-
- Python
-
-
- RELAX NG
-
-
- ReST
-
-
- RegExp
-
-
- XML
-
-
- YAML
-
-
-
-
- Buildout
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index b32bc4c..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.project b/.project
deleted file mode 100644
index d12d587..0000000
--- a/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
- PyQt
-
-
-
-
-
- org.python.pydev.PyDevBuilder
-
-
-
-
-
- org.python.pydev.pythonNature
-
-
diff --git a/.pydevproject b/.pydevproject
deleted file mode 100644
index 5dc29c5..0000000
--- a/.pydevproject
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-Default
-python 3.0
-
-/${PROJECT_DIR_NAME}
-
-
diff --git a/.settings/.gitignore b/.settings/.gitignore
deleted file mode 100644
index 5983f92..0000000
--- a/.settings/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.prefs
diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 75743ce..0000000
--- a/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,79 +0,0 @@
-eclipse.preferences.version=1
-encoding//Demo/AutoRestart.py=utf-8
-encoding//Demo/CallVirtualKeyboard.py=utf-8
-encoding//Demo/CircleLine.py=utf-8
-encoding//Demo/EmbedWindow.py=utf-8
-encoding//Demo/FacePoints.py=utf-8
-encoding//Demo/FollowWindow.py=utf-8
-encoding//Demo/FramelessDialog.py=utf-8
-encoding//Demo/FramelessWindow.py=utf-8
-encoding//Demo/IsSignalConnected.py=utf-8
-encoding//Demo/Lib/Application.py=utf-8
-encoding//Demo/Lib/FramelessWindow.py=utf-8
-encoding//Demo/NativeEvent.py=utf-8
-encoding//Demo/Notification.py=utf-8
-encoding//Demo/ProbeWindow.py=utf-8
-encoding//Demo/QtThreading.py=utf-8
-encoding//Demo/RestartWindow.py=utf-8
-encoding//Demo/SharedMemory.py=utf-8
-encoding//Demo/ShowFrameWhenDrag.py=utf-8
-encoding//Demo/SingleApplication.py=utf-8
-encoding//Demo/VerificationCode.py=utf-8
-encoding//Demo/WeltHideWindow.py=utf-8
-encoding//Demo/WindowNotify.py=utf-8
-encoding//PyQtGraph/__init__.py=utf-8
-encoding//QAxWidget/ViewOffice.py=utf-8
-encoding//QChart/LineChart.py=utf-8
-encoding//QFont/AwesomeFont.py=utf-8
-encoding//QFont/Lib/FontAwesome.py=utf-8
-encoding//QGraphicsDropShadowEffect/ShadowEffect.py=utf-8
-encoding//QGraphicsView/WorldMap.py=utf-8
-encoding//QListView/CustomWidgetSortItem.py=utf-8
-encoding//QListView/SortItemByRole.py=utf-8
-encoding//QListWidget/FoldWidget.py=utf-8
-encoding//QListWidget/SignalsExample.py=utf-8
-encoding//QMessageBox/ChineseText.py=utf-8
-encoding//QMessageBox/CustomColorIcon.py=utf-8
-encoding//QProgressBar/Lib/WaterRippleProgressBar.py=utf-8
-encoding//QProgressBar/MetroCircleProgress.py=utf-8
-encoding//QProgressBar/PercentProgressBar.py=utf-8
-encoding//QProgressBar/SimpleStyle.py=utf-8
-encoding//QProgressBar/WaterProgressBar.py=utf-8
-encoding//QPropertyAnimation/FlipWidgetAnimation.py=utf-8
-encoding//QPropertyAnimation/Lib/SlidingStackedWidget.py=utf-8
-encoding//QPropertyAnimation/MenuAnimation.py=utf-8
-encoding//QPropertyAnimation/ShakeWindow.py=utf-8
-encoding//QProxyStyle/Lib/TabBarStyle.py=utf-8
-encoding//QProxyStyle/TabTextDirection.py=utf-8
-encoding//QPushButton/BottomLineProgress.py=utf-8
-encoding//QPushButton/FontRotate.py=utf-8
-encoding//QPushButton/NormalStyle.py=utf-8
-encoding//QPushButton/SignalsExample.py=utf-8
-encoding//QScrollBar/StyleScrollBar.py=utf-8
-encoding//QSlider/PaintQSlider.py=utf-8
-encoding//QSlider/QssQSlider.py=utf-8
-encoding//QSplitter/RewriteHandle.py=utf-8
-encoding//QTableWidget/TableWidget.py=utf-8
-encoding//QThread/moveToThread.py=utf-8
-encoding//QTreeWidget/ParsingJson.py=utf-8
-encoding//QTreeWidget/testTreeWidget.py=utf-8
-encoding//QWebEngineView/BlockRequest.py=utf-8
-encoding//QWebEngineView/GetCookie.py=utf-8
-encoding//QWebEngineView/JsSignals.py=utf-8
-encoding//QWebEngineView/ScreenShotPage.py=utf-8
-encoding//QWebEngineView/SiteDiffUser.py=utf-8
-encoding//QWebView/BlockRequest.py=utf-8
-encoding//QWebView/DreamTree.py=utf-8
-encoding//QWebView/GetCookie.py=utf-8
-encoding//QWebView/JsSignals.py=utf-8
-encoding//QWebView/PlayFlash.py=utf-8
-encoding//QWebView/ScreenShotPage.py=utf-8
-encoding//QWidget/Lib/CustomPaintWidget.py=utf-8
-encoding//QWidget/Lib/CustomWidget.py=utf-8
-encoding//QWidget/WidgetStyle.py=utf-8
-encoding//QtQuick/FlatStyle.py=utf-8
-encoding//QtQuick/Signals.py=utf-8
-encoding//QtRemoteObjects/SyncUi/WindowMaster.py=utf-8
-encoding//QtRemoteObjects/SyncUi/WindowSlave.py=utf-8
-encoding//Test/\u5168\u5C40\u70ED\u952E/HotKey.py=utf-8
-encoding//Test/\u81EA\u52A8\u66F4\u65B0/test.py=utf-8
diff --git a/.settings/org.eclipse.ltk.core.refactoring.prefs b/.settings/org.eclipse.ltk.core.refactoring.prefs
deleted file mode 100644
index cfcd1d3..0000000
--- a/.settings/org.eclipse.ltk.core.refactoring.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false