delete unwanted pycharm xml files
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -19,14 +19,17 @@ cms/envs/private.py
|
||||
.redcar/
|
||||
codekit-config.json
|
||||
.pycharm_helpers/
|
||||
/_mac/*
|
||||
/IntelliLang.xml
|
||||
/conda_packages.xml
|
||||
/databaseSettings.xml
|
||||
/diff.xml
|
||||
/inspection/Default.xml
|
||||
/_mac/*
|
||||
/IntelliLang.xml
|
||||
/conda_packages.xml
|
||||
/databaseSettings.xml
|
||||
/diff.xml
|
||||
/debugger.xml
|
||||
/editor.xml
|
||||
/ide.general.xml
|
||||
/inspection/Default.xml
|
||||
/other.xml
|
||||
/packages.xml
|
||||
/packages.xml
|
||||
/web-browsers.xml
|
||||
|
||||
### NFS artifacts
|
||||
|
||||
13
debugger.xml
13
debugger.xml
@@ -1,13 +0,0 @@
|
||||
<application>
|
||||
<component name="XDebuggerSettings">
|
||||
<data-views />
|
||||
<general />
|
||||
<debuggers>
|
||||
<debugger id="javascript">
|
||||
<configuration>
|
||||
<custom-object-presentation />
|
||||
</configuration>
|
||||
</debugger>
|
||||
</debuggers>
|
||||
</component>
|
||||
</application>
|
||||
@@ -1,5 +0,0 @@
|
||||
<application>
|
||||
<component name="EditorSettings">
|
||||
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
|
||||
</component>
|
||||
</application>
|
||||
@@ -1,5 +0,0 @@
|
||||
<application>
|
||||
<component name="GeneralSettings">
|
||||
<option name="confirmExit" value="false" />
|
||||
</component>
|
||||
</application>
|
||||
Reference in New Issue
Block a user