Skip to content

Commit 032b0ab

Browse files
committed
Remove .idea indexing
1 parent 21d2f3a commit 032b0ab

File tree

4 files changed

+2
-102
lines changed

4 files changed

+2
-102
lines changed

.gitignore

+2-76
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,6 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
### JetBrains template
3-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
4-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
5-
6-
# User-specific stuff:
7-
.idea/*
8-
9-
# Sensitive or high-churn files:
10-
.idea/dataSources.ids
11-
.idea/dataSources.xml
12-
.idea/dataSources.local.xml
13-
.idea/sqlDataSources.xml
14-
.idea/dynamic.xml
15-
.idea/uiDesigner.xml
16-
17-
# Gradle:
18-
.idea/gradle.xml
19-
.idea/libraries
20-
21-
# Mongo Explorer plugin:
22-
.idea/mongoSettings.xml
23-
24-
## File-based project format:
25-
*.iws
26-
27-
## Plugin-specific files:
28-
29-
# IntelliJ
30-
/out/
31-
32-
# mpeltonen/sbt-idea plugin
33-
.idea_modules/
34-
35-
# JIRA plugin
36-
atlassian-ide-plugin.xml
37-
38-
# Crashlytics plugin (for Android Studio and IntelliJ)
39-
com_crashlytics_export_strings.xml
40-
crashlytics.properties
41-
crashlytics-build.properties
42-
fabric.properties
43-
### Python template
44-
# Byte-compiled / optimized / DLL files
1+
Byte-compiled / optimized / DLL files
452
__pycache__/
463
*.py[cod]
47-
*$py.class
484

495
# C extensions
506
*.so
@@ -86,49 +42,19 @@ htmlcov/
8642
nosetests.xml
8743
coverage.xml
8844
*,cover
89-
.hypothesis/
9045

9146
# Translations
9247
*.mo
9348
*.pot
9449

9550
# Django stuff:
9651
*.log
97-
local_settings.py
98-
99-
# Flask stuff:
100-
instance/
101-
.webassets-cache
102-
103-
# Scrapy stuff:
104-
.scrapy
10552

10653
# Sphinx documentation
10754
docs/_build/
10855

10956
# PyBuilder
11057
target/
11158

112-
# IPython Notebook
113-
.ipynb_checkpoints
114-
115-
# pyenv
116-
.python-version
117-
118-
# celery beat schedule file
119-
celerybeat-schedule
120-
121-
# dotenv
122-
.env
123-
124-
# virtualenv
125-
venv/
126-
ENV/
127-
128-
# Spyder project settings
129-
.spyderproject
130-
131-
# Rope project settings
132-
.ropeproject
59+
.idea/
13360

134-
.idea/inspectionProfiles/

.idea/alignak-module-ws.iml

-14
This file was deleted.

.idea/misc.xml

-4
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

0 commit comments

Comments
 (0)