delete unwanted pycharm xml files

This commit is contained in:
alisan617
2016-07-15 17:27:00 -04:00
parent 6fe894f305
commit 72dbbaeafb
4 changed files with 10 additions and 30 deletions

17
.gitignore vendored
View File

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

View File

@@ -1,13 +0,0 @@
<application>
<component name="XDebuggerSettings">
<data-views />
<general />
<debuggers>
<debugger id="javascript">
<configuration>
<custom-object-presentation />
</configuration>
</debugger>
</debuggers>
</component>
</application>

View File

@@ -1,5 +0,0 @@
<application>
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
</component>
</application>

View File

@@ -1,5 +0,0 @@
<application>
<component name="GeneralSettings">
<option name="confirmExit" value="false" />
</component>
</application>