Commit 72dbbaea by alisan617

delete unwanted pycharm xml files

parent 6fe894f3
...@@ -24,6 +24,9 @@ codekit-config.json ...@@ -24,6 +24,9 @@ codekit-config.json
/conda_packages.xml /conda_packages.xml
/databaseSettings.xml /databaseSettings.xml
/diff.xml /diff.xml
/debugger.xml
/editor.xml
/ide.general.xml
/inspection/Default.xml /inspection/Default.xml
/other.xml /other.xml
/packages.xml /packages.xml
......
<application>
<component name="XDebuggerSettings">
<data-views />
<general />
<debuggers>
<debugger id="javascript">
<configuration>
<custom-object-presentation />
</configuration>
</debugger>
</debuggers>
</component>
</application>
\ No newline at end of file
<application>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
</component>
</application>
\ No newline at end of file
<application>
<component name="GeneralSettings">
<option name="confirmExit" value="false" />
</component>
</application>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment