Merge pull request #12971 from edx/derf/go_away_pycharm
Remove pycharm project files and gitignore
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -19,6 +19,15 @@ cms/envs/private.py
|
||||
.redcar/
|
||||
codekit-config.json
|
||||
.pycharm_helpers/
|
||||
/_mac/*
|
||||
/IntelliLang.xml
|
||||
/conda_packages.xml
|
||||
/databaseSettings.xml
|
||||
/diff.xml
|
||||
/inspection/Default.xml
|
||||
/other.xml
|
||||
/packages.xml
|
||||
/web-browsers.xml
|
||||
|
||||
### NFS artifacts
|
||||
.nfs*
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<application>
|
||||
<component name="LanguageInjectionConfiguration">
|
||||
<option name="INSTRUMENTATION" value="ASSERT" />
|
||||
<option name="LANGUAGE_ANNOTATION" value="org.intellij.lang.annotations.Language" />
|
||||
<option name="PATTERN_ANNOTATION" value="org.intellij.lang.annotations.Pattern" />
|
||||
<option name="SUBST_ANNOTATION" value="org.intellij.lang.annotations.Subst" />
|
||||
<option name="RESOLVE_REFERENCES" value="true" />
|
||||
</component>
|
||||
</application>
|
||||
@@ -1,6 +0,0 @@
|
||||
<application>
|
||||
<component name="Git.Application.Settings">
|
||||
<option name="myPathToGit" value="/usr/bin/git" />
|
||||
<option name="SSH_EXECUTABLE" value="IDEA_SSH" />
|
||||
</component>
|
||||
</application>
|
||||
@@ -1,5 +0,0 @@
|
||||
<application>
|
||||
<component name="KeymapManager">
|
||||
<active_keymap name="Mac OS X" />
|
||||
</component>
|
||||
</application>
|
||||
@@ -1,5 +0,0 @@
|
||||
<application>
|
||||
<component name="LafManager">
|
||||
<laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" />
|
||||
</component>
|
||||
</application>
|
||||
@@ -1,7 +0,0 @@
|
||||
<application>
|
||||
<component name="PyCondaPackageService">
|
||||
<option name="CONDA_CHANNELS">
|
||||
<set />
|
||||
</option>
|
||||
</component>
|
||||
</application>
|
||||
@@ -1,26 +0,0 @@
|
||||
<application>
|
||||
<component name="DatabaseSettings">
|
||||
<csv-formats>
|
||||
<csv-format name="Tab Separated Values (TSV)">
|
||||
<data>
|
||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="	" recordSeparator=" ">
|
||||
<quotation>
|
||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||
</quotation>
|
||||
</record-format>
|
||||
</data>
|
||||
</csv-format>
|
||||
<csv-format name="Comma Separated Values (CSV)">
|
||||
<data>
|
||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator=" ">
|
||||
<quotation>
|
||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||
</quotation>
|
||||
</record-format>
|
||||
</data>
|
||||
</csv-format>
|
||||
</csv-formats>
|
||||
</component>
|
||||
</application>
|
||||
9
diff.xml
9
diff.xml
@@ -1,9 +0,0 @@
|
||||
<application>
|
||||
<component name="DiffSettings">
|
||||
<option name="PLACES_MAP">
|
||||
<entry key="ChangesView">
|
||||
<PlaceSettings />
|
||||
</entry>
|
||||
</option>
|
||||
</component>
|
||||
</application>
|
||||
@@ -1,3 +0,0 @@
|
||||
<inspections profile_name="Default" version="1.0">
|
||||
<option name="myName" value="Default" />
|
||||
</inspections>
|
||||
82278
packages.xml
82278
packages.xml
File diff suppressed because it is too large
Load Diff
@@ -1,10 +0,0 @@
|
||||
<application>
|
||||
<component name="WebBrowsersConfiguration">
|
||||
<browser id="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" name="Chrome" family="CHROME" />
|
||||
<browser id="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" name="Firefox" family="FIREFOX" />
|
||||
<browser id="e5120d43-2c3f-47ef-9f26-65e539e05186" name="Safari" family="SAFARI" />
|
||||
<browser id="53e2f627-b1a7-4dfa-bfa7-5b83cc034776" name="Opera" family="OPERA" />
|
||||
<browser id="b1b2ec2c-20bd-4ee2-89c4-616db004bcd4" name="Yandex" family="CHROME" path="Yandex" active="false" />
|
||||
<browser id="16bf23d4-93e0-4ffc-bfd6-cb13575177b0" name="Internet Explorer" family="EXPLORER" />
|
||||
</component>
|
||||
</application>
|
||||
Reference in New Issue
Block a user