Chip Boling | f5af85d | 2019-02-12 15:36:17 -0600 | [diff] [blame] | 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/**/workspace.xml |
| 8 | .idea/**/tasks.xml |
| 9 | .idea/**/usage.statistics.xml |
| 10 | .idea/**/dictionaries |
| 11 | .idea/**/shelf |
| 12 | |
| 13 | # Sensitive or high-churn files |
| 14 | .idea/**/dataSources/ |
| 15 | .idea/**/dataSources.ids |
| 16 | .idea/**/dataSources.local.xml |
| 17 | .idea/**/sqlDataSources.xml |
| 18 | .idea/**/dynamic.xml |
| 19 | .idea/**/uiDesigner.xml |
| 20 | .idea/**/dbnavigator.xml |
| 21 | |
| 22 | # Gradle |
| 23 | .idea/**/gradle.xml |
| 24 | .idea/**/libraries |
| 25 | |
| 26 | # Gradle and Maven with auto-import |
| 27 | # When using Gradle or Maven with auto-import, you should exclude module files, |
| 28 | # since they will be recreated, and may cause churn. Uncomment if using |
| 29 | # auto-import. |
| 30 | # .idea/modules.xml |
| 31 | # .idea/*.iml |
| 32 | # .idea/modules |
| 33 | |
| 34 | # CMake |
| 35 | cmake-build-*/ |
| 36 | |
| 37 | # Mongo Explorer plugin |
| 38 | .idea/**/mongoSettings.xml |
| 39 | |
| 40 | # File-based project format |
| 41 | *.iws |
| 42 | |
| 43 | # IntelliJ |
| 44 | out/ |
| 45 | |
| 46 | # mpeltonen/sbt-idea plugin |
| 47 | .idea_modules/ |
| 48 | |
| 49 | # JIRA plugin |
| 50 | atlassian-ide-plugin.xml |
| 51 | |
| 52 | # Cursive Clojure plugin |
| 53 | .idea/replstate.xml |
| 54 | |
| 55 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 56 | com_crashlytics_export_strings.xml |
| 57 | crashlytics.properties |
| 58 | crashlytics-build.properties |
| 59 | fabric.properties |
| 60 | |
| 61 | # Editor-based Rest Client |
| 62 | .idea/httpRequests |
| 63 | ### Python template |
| 64 | # Byte-compiled / optimized / DLL files |
| 65 | __pycache__/ |
| 66 | *.py[cod] |
| 67 | *$py.class |
| 68 | |
| 69 | # C extensions |
| 70 | *.so |
| 71 | |
| 72 | # Distribution / packaging |
| 73 | .Python |
| 74 | build/ |
| 75 | develop-eggs/ |
| 76 | dist/ |
| 77 | downloads/ |
| 78 | eggs/ |
| 79 | .eggs/ |
| 80 | lib/ |
| 81 | lib64/ |
| 82 | parts/ |
| 83 | sdist/ |
| 84 | var/ |
| 85 | wheels/ |
| 86 | *.egg-info/ |
| 87 | .installed.cfg |
| 88 | *.egg |
| 89 | MANIFEST |
| 90 | |
| 91 | # PyInstaller |
| 92 | # Usually these files are written by a python script from a template |
| 93 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 94 | *.manifest |
| 95 | *.spec |
| 96 | |
| 97 | # Installer logs |
| 98 | pip-log.txt |
| 99 | pip-delete-this-directory.txt |
| 100 | |
| 101 | # Unit test / coverage reports |
| 102 | htmlcov/ |
| 103 | .tox/ |
| 104 | .coverage |
| 105 | .coverage.* |
| 106 | .cache |
| 107 | nosetests.xml |
| 108 | coverage.xml |
| 109 | *.cover |
| 110 | .hypothesis/ |
| 111 | .pytest_cache/ |
| 112 | |
| 113 | # Translations |
| 114 | *.mo |
| 115 | *.pot |
| 116 | |
| 117 | # Django stuff: |
| 118 | *.log |
| 119 | local_settings.py |
| 120 | db.sqlite3 |
| 121 | |
| 122 | # Flask stuff: |
| 123 | instance/ |
| 124 | .webassets-cache |
| 125 | |
| 126 | # Scrapy stuff: |
| 127 | .scrapy |
| 128 | |
| 129 | # Sphinx documentation |
| 130 | docs/_build/ |
| 131 | |
| 132 | # PyBuilder |
| 133 | target/ |
| 134 | |
| 135 | # Jupyter Notebook |
| 136 | .ipynb_checkpoints |
| 137 | |
| 138 | # pyenv |
| 139 | .python-version |
| 140 | |
| 141 | # celery beat schedule file |
| 142 | celerybeat-schedule |
| 143 | |
| 144 | # SageMath parsed files |
| 145 | *.sage.py |
| 146 | |
| 147 | # Environments |
| 148 | .env |
| 149 | .venv |
| 150 | env/ |
| 151 | venv/ |
| 152 | ENV/ |
| 153 | env.bak/ |
| 154 | venv.bak/ |
| 155 | |
| 156 | # Spyder project settings |
| 157 | .spyderproject |
| 158 | .spyproject |
| 159 | |
| 160 | # Rope project settings |
| 161 | .ropeproject |
| 162 | |
| 163 | # mkdocs documentation |
| 164 | /site |
| 165 | |
| 166 | # mypy |
| 167 | .mypy_cache/ |
| 168 | ### Go template |
| 169 | # Binaries for programs and plugins |
| 170 | *.exe |
| 171 | *.exe~ |
| 172 | *.dll |
| 173 | *.so |
| 174 | *.dylib |
| 175 | |
| 176 | # Test binary, build with `go test -c` |
| 177 | *.test |
| 178 | |
| 179 | # Output of the go coverage tool, specifically when used with LiteIDE |
| 180 | *.out |
| 181 | |
Chip Boling | d2d7a4d | 2019-03-14 14:34:56 -0500 | [diff] [blame] | 182 | ################# |
| 183 | # Other |
| 184 | docs/ |
| 185 | /venv-linux/ |
| 186 | /voltha-protos/ |
| 187 | /bin/ |
| 188 | /.idea/ |