Update INFO.yaml with new PTL
[testsuite/python-testing-utils.git] / robotframework-onap / .gitignore
1
2 # Created by https://www.gitignore.io/api/sonar,python,eclipse,sonarqube,pycharm+all,intellij+all
3 # Edit at https://www.gitignore.io/?templates=sonar,python,eclipse,sonarqube,pycharm+all,intellij+all
4
5 ### Eclipse ###
6 .metadata
7 bin/
8 tmp/
9 *.tmp
10 *.bak
11 *.swp
12 *~.nib
13 local.properties
14 .settings/
15 .loadpath
16 .recommenders
17
18 # External tool builders
19 .externalToolBuilders/
20
21 # Locally stored "Eclipse launch configurations"
22 *.launch
23
24 # PyDev specific (Python IDE for Eclipse)
25 *.pydevproject
26
27 # CDT-specific (C/C++ Development Tooling)
28 .cproject
29
30 # CDT- autotools
31 .autotools
32
33 # Java annotation processor (APT)
34 .factorypath
35
36 # PDT-specific (PHP Development Tools)
37 .buildpath
38
39 # sbteclipse plugin
40 .target
41
42 # Tern plugin
43 .tern-project
44
45 # TeXlipse plugin
46 .texlipse
47
48 # STS (Spring Tool Suite)
49 .springBeans
50
51 # Code Recommenders
52 .recommenders/
53
54 # Annotation Processing
55 .apt_generated/
56
57 # Scala IDE specific (Scala & Java development for Eclipse)
58 .cache-main
59 .scala_dependencies
60 .worksheet
61
62 ### Eclipse Patch ###
63 # Eclipse Core
64 .project
65
66 # JDT-specific (Eclipse Java Development Tools)
67 .classpath
68
69 # Annotation Processing
70 .apt_generated
71
72 .sts4-cache/
73
74 ### Intellij+all ###
75 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
76 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
77
78 # User-specific stuff
79 .idea/**/workspace.xml
80 .idea/**/tasks.xml
81 .idea/**/usage.statistics.xml
82 .idea/**/dictionaries
83 .idea/**/shelf
84
85 # Generated files
86 .idea/**/contentModel.xml
87
88 # Sensitive or high-churn files
89 .idea/**/dataSources/
90 .idea/**/dataSources.ids
91 .idea/**/dataSources.local.xml
92 .idea/**/sqlDataSources.xml
93 .idea/**/dynamic.xml
94 .idea/**/uiDesigner.xml
95 .idea/**/dbnavigator.xml
96
97 # Gradle
98 .idea/**/gradle.xml
99 .idea/**/libraries
100
101 # Gradle and Maven with auto-import
102 # When using Gradle or Maven with auto-import, you should exclude module files,
103 # since they will be recreated, and may cause churn.  Uncomment if using
104 # auto-import.
105 # .idea/modules.xml
106 # .idea/*.iml
107 # .idea/modules
108
109 # CMake
110 cmake-build-*/
111
112 # Mongo Explorer plugin
113 .idea/**/mongoSettings.xml
114
115 # File-based project format
116 *.iws
117
118 # IntelliJ
119 out/
120
121 # mpeltonen/sbt-idea plugin
122 .idea_modules/
123
124 # JIRA plugin
125 atlassian-ide-plugin.xml
126
127 # Cursive Clojure plugin
128 .idea/replstate.xml
129
130 # Crashlytics plugin (for Android Studio and IntelliJ)
131 com_crashlytics_export_strings.xml
132 crashlytics.properties
133 crashlytics-build.properties
134 fabric.properties
135
136 # Editor-based Rest Client
137 .idea/httpRequests
138
139 # Android studio 3.1+ serialized cache file
140 .idea/caches/build_file_checksums.ser
141
142 # JetBrains templates
143 **___jb_tmp___
144
145 ### Intellij+all Patch ###
146 # Ignores the whole .idea folder and all .iml files
147 # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
148
149 .idea/
150
151 # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
152
153 *.iml
154 modules.xml
155 .idea/misc.xml
156 *.ipr
157
158 # Sonarlint plugin
159 .idea/sonarlint
160
161 ### PyCharm+all ###
162 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
163 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
164
165 # User-specific stuff
166
167 # Generated files
168
169 # Sensitive or high-churn files
170
171 # Gradle
172
173 # Gradle and Maven with auto-import
174 # When using Gradle or Maven with auto-import, you should exclude module files,
175 # since they will be recreated, and may cause churn.  Uncomment if using
176 # auto-import.
177 # .idea/modules.xml
178 # .idea/*.iml
179 # .idea/modules
180
181 # CMake
182
183 # Mongo Explorer plugin
184
185 # File-based project format
186
187 # IntelliJ
188
189 # mpeltonen/sbt-idea plugin
190
191 # JIRA plugin
192
193 # Cursive Clojure plugin
194
195 # Crashlytics plugin (for Android Studio and IntelliJ)
196
197 # Editor-based Rest Client
198
199 # Android studio 3.1+ serialized cache file
200
201 # JetBrains templates
202
203 ### PyCharm+all Patch ###
204 # Ignores the whole .idea folder and all .iml files
205 # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
206
207
208 # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
209
210
211 # Sonarlint plugin
212
213 ### Python ###
214 # Byte-compiled / optimized / DLL files
215 __pycache__/
216 *.py[cod]
217 *$py.class
218
219 # C extensions
220 *.so
221
222 # Distribution / packaging
223 .Python
224 build/
225 develop-eggs/
226 dist/
227 downloads/
228 eggs/
229 .eggs/
230 lib/
231 lib64/
232 parts/
233 sdist/
234 var/
235 wheels/
236 pip-wheel-metadata/
237 share/python-wheels/
238 *.egg-info/
239 .installed.cfg
240 *.egg
241 MANIFEST
242
243 # PyInstaller
244 #  Usually these files are written by a python script from a template
245 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
246 *.manifest
247 *.spec
248
249 # Installer logs
250 pip-log.txt
251 pip-delete-this-directory.txt
252
253 # Unit test / coverage reports
254 htmlcov/
255 .tox/
256 .nox/
257 .coverage
258 .coverage.*
259 .cache
260 nosetests.xml
261 coverage.xml
262 *.cover
263 .hypothesis/
264 .pytest_cache/
265 cover/
266
267 # Translations
268 *.mo
269 *.pot
270
271 # Django stuff:
272 *.log
273 local_settings.py
274 db.sqlite3
275
276 # Flask stuff:
277 instance/
278 .webassets-cache
279
280 # Scrapy stuff:
281 .scrapy
282
283 # Sphinx documentation
284 docs/_build/
285
286 # PyBuilder
287 target/
288
289 # Jupyter Notebook
290 .ipynb_checkpoints
291
292 # IPython
293 profile_default/
294 ipython_config.py
295
296 # pyenv
297 .python-version
298
299 # pipenv
300 #   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
301 #   However, in case of collaboration, if having platform-specific dependencies or dependencies
302 #   having no cross-platform support, pipenv may install dependencies that don’t work, or not
303 #   install all needed dependencies.
304 #Pipfile.lock
305
306 # celery beat schedule file
307 celerybeat-schedule
308
309 # SageMath parsed files
310 *.sage.py
311
312 # Environments
313 .env
314 .venv
315 env/
316 venv/
317 ENV/
318 env.bak/
319 venv.bak/
320
321 # Spyder project settings
322 .spyderproject
323 .spyproject
324
325 # Rope project settings
326 .ropeproject
327
328 # mkdocs documentation
329 /site
330
331 # mypy
332 .mypy_cache/
333 .dmypy.json
334 dmypy.json
335
336 # Pyre type checker
337 .pyre/
338
339 ### Sonar ###
340 #Sonar generated dir
341 /.sonar/
342
343 ### SonarQube ###
344 # SonarQube ignore files.
345 #
346 # https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
347 # Sonar Scanner working directories
348 .sonar/
349 .scannerwork/
350
351 # http://www.sonarlint.org/commandline/
352 # SonarLint working directories, configuration files (including credentials)
353 .sonarlint/
354
355 # End of https://www.gitignore.io/api/sonar,python,eclipse,sonarqube,pycharm+all,intellij+all