blob: 5733c210697815ce7e56b74688890032ed1a386c [file] [log] [blame]
Chip Bolingf5af85d2019-02-12 15:36:17 -06001# 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
35cmake-build-*/
36
37# Mongo Explorer plugin
38.idea/**/mongoSettings.xml
39
40# File-based project format
41*.iws
42
43# IntelliJ
44out/
45
46# mpeltonen/sbt-idea plugin
47.idea_modules/
48
49# JIRA plugin
50atlassian-ide-plugin.xml
51
52# Cursive Clojure plugin
53.idea/replstate.xml
54
55# Crashlytics plugin (for Android Studio and IntelliJ)
56com_crashlytics_export_strings.xml
57crashlytics.properties
58crashlytics-build.properties
59fabric.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
74build/
75develop-eggs/
76dist/
77downloads/
78eggs/
79.eggs/
80lib/
81lib64/
82parts/
83sdist/
84var/
85wheels/
86*.egg-info/
87.installed.cfg
88*.egg
89MANIFEST
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
98pip-log.txt
99pip-delete-this-directory.txt
100
101# Unit test / coverage reports
102htmlcov/
103.tox/
104.coverage
105.coverage.*
106.cache
107nosetests.xml
108coverage.xml
109*.cover
110.hypothesis/
111.pytest_cache/
112
113# Translations
114*.mo
115*.pot
116
117# Django stuff:
118*.log
119local_settings.py
120db.sqlite3
121
122# Flask stuff:
123instance/
124.webassets-cache
125
126# Scrapy stuff:
127.scrapy
128
129# Sphinx documentation
130docs/_build/
131
132# PyBuilder
133target/
134
135# Jupyter Notebook
136.ipynb_checkpoints
137
138# pyenv
139.python-version
140
141# celery beat schedule file
142celerybeat-schedule
143
144# SageMath parsed files
145*.sage.py
146
147# Environments
148.env
149.venv
150env/
151venv/
152ENV/
153env.bak/
154venv.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 Bolingd2d7a4d2019-03-14 14:34:56 -0500182#################
183# Other
184docs/
185/venv-linux/
186/voltha-protos/
187/bin/
188/.idea/