Updating the Values.yaml for several services. Cleaned out proprietary data
[it/otf.git] / otf-robot-test-head / .gitignore
1 # Application-specific stuff\r
2 files/\r
3 temp/\r
4 opt/cert/*.pem\r
5 *.log\r
6 \r
7 envScript.sh\r
8 \r
9 # Created by https://www.gitignore.io/api/python,pycharm\r
10 # Edit at https://www.gitignore.io/?templates=python,pycharm\r
11 \r
12 ### PyCharm ###\r
13 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm\r
14 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839\r
15 \r
16 # User-specific stuff\r
17 .idea/**/workspace.xml\r
18 .idea/**/tasks.xml\r
19 .idea/**/usage.statistics.xml\r
20 .idea/**/dictionaries\r
21 .idea/**/shelf\r
22 \r
23 # Generated files\r
24 .idea/**/contentModel.xml\r
25 \r
26 # Sensitive or high-churn files\r
27 .idea/**/dataSources/\r
28 .idea/**/dataSources.ids\r
29 .idea/**/dataSources.local.xml\r
30 .idea/**/sqlDataSources.xml\r
31 .idea/**/dynamic.xml\r
32 .idea/**/uiDesigner.xml\r
33 .idea/**/dbnavigator.xml\r
34 \r
35 # Gradle\r
36 .idea/**/gradle.xml\r
37 .idea/**/libraries\r
38 \r
39 # Gradle and Maven with auto-import\r
40 # When using Gradle or Maven with auto-import, you should exclude module files,\r
41 # since they will be recreated, and may cause churn.  Uncomment if using\r
42 # auto-import.\r
43 # .idea/modules.xml\r
44 # .idea/*.iml\r
45 # .idea/modules\r
46 \r
47 # CMake\r
48 cmake-build-*/\r
49 \r
50 # Mongo Explorer plugin\r
51 .idea/**/mongoSettings.xml\r
52 \r
53 # File-based project format\r
54 *.iws\r
55 \r
56 #   Copyright (c) 2019 AT&T Intellectual Property.                             #\r
57 #                                                                              #\r
58 #   Licensed under the Apache License, Version 2.0 (the "License");            #\r
59 #   you may not use this file except in compliance with the License.           #\r
60 #   You may obtain a copy of the License at                                    #\r
61 #                                                                              #\r
62 #       http://www.apache.org/licenses/LICENSE-2.0                             #\r
63 #                                                                              #\r
64 #   Unless required by applicable law or agreed to in writing, software        #\r
65 #   distributed under the License is distributed on an "AS IS" BASIS,          #\r
66 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #\r
67 #   See the License for the specific language governing permissions and        #\r
68 #   limitations under the License.                                             #\r
69 ################################################################################\r
70 \r
71 # IntelliJ\r
72 out/\r
73 \r
74 # mpeltonen/sbt-idea plugin\r
75 .idea_modules/\r
76 \r
77 # JIRA plugin\r
78 atlassian-ide-plugin.xml\r
79 \r
80 # Cursive Clojure plugin\r
81 .idea/replstate.xml\r
82 \r
83 # Crashlytics plugin (for Android Studio and IntelliJ)\r
84 com_crashlytics_export_strings.xml\r
85 crashlytics.properties\r
86 crashlytics-build.properties\r
87 fabric.properties\r
88 \r
89 # Editor-based Rest Client\r
90 .idea/httpRequests\r
91 \r
92 # Android studio 3.1+ serialized cache file\r
93 .idea/caches/build_file_checksums.ser\r
94 \r
95 ### PyCharm Patch ###\r
96 # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721\r
97 \r
98 # *.iml\r
99 # modules.xml\r
100 # .idea/misc.xml\r
101 # *.ipr\r
102 \r
103 # Sonarlint plugin\r
104 .idea/sonarlint\r
105 \r
106 ### Python ###\r
107 # Byte-compiled / optimized / DLL files\r
108 __pycache__/\r
109 *.py[cod]\r
110 *$py.class\r
111 \r
112 # C extensions\r
113 *.so\r
114 \r
115 # Distribution / packaging\r
116 .Python\r
117 build/\r
118 develop-eggs/\r
119 dist/\r
120 downloads/\r
121 eggs/\r
122 .eggs/\r
123 lib/\r
124 lib64/\r
125 parts/\r
126 sdist/\r
127 var/\r
128 wheels/\r
129 share/python-wheels/\r
130 *.egg-info/\r
131 .installed.cfg\r
132 *.egg\r
133 MANIFEST\r
134 \r
135 # PyInstaller\r
136 #  Usually these files are written by a python script from a template\r
137 #  before PyInstaller builds the exe, so as to inject date/other infos into it.\r
138 *.manifest\r
139 *.spec\r
140 \r
141 # Installer logs\r
142 pip-log.txt\r
143 pip-delete-this-directory.txt\r
144 \r
145 # Unit test / coverage reports\r
146 htmlcov/\r
147 .tox/\r
148 .nox/\r
149 .coverage\r
150 .coverage.*\r
151 .cache\r
152 nosetests.xml\r
153 coverage.xml\r
154 *.cover\r
155 .hypothesis/\r
156 .pytest_cache/\r
157 \r
158 # Translations\r
159 *.mo\r
160 *.pot\r
161 \r
162 # Django stuff:\r
163 *.log\r
164 local_settings.py\r
165 db.sqlite3\r
166 \r
167 # Flask stuff:\r
168 instance/\r
169 .webassets-cache\r
170 \r
171 # Scrapy stuff:\r
172 .scrapy\r
173 \r
174 # Sphinx documentation\r
175 docs/_build/\r
176 \r
177 # PyBuilder\r
178 target/\r
179 \r
180 # Jupyter Notebook\r
181 .ipynb_checkpoints\r
182 \r
183 # IPython\r
184 profile_default/\r
185 ipython_config.py\r
186 \r
187 # pyenv\r
188 .python-version\r
189 \r
190 # celery beat schedule file\r
191 celerybeat-schedule\r
192 \r
193 # SageMath parsed files\r
194 *.sage.py\r
195 \r
196 # Environments\r
197 .env\r
198 .venv\r
199 env/\r
200 venv/\r
201 ENV/\r
202 env.bak/\r
203 venv.bak/\r
204 \r
205 # Spyder project settings\r
206 .spyderproject\r
207 .spyproject\r
208 \r
209 # Rope project settings\r
210 .ropeproject\r
211 \r
212 # mkdocs documentation\r
213 /site\r
214 \r
215 # mypy\r
216 .mypy_cache/\r
217 .dmypy.json\r
218 dmypy.json\r
219 \r
220 # Pyre type checker\r
221 .pyre/\r
222 \r
223 ### Python Patch ###\r
224 .venv/\r
225 \r
226 # End of https://www.gitignore.io/api/python,pycharm\r