Update INFO.yaml with new PTL
[testsuite/python-testing-utils.git] / .gitignore
1 .tox/*
2 python_openecomp_eteutils.egg-info/*
3
4 # Created by https://www.gitignore.io/api/node,sonar,maven,eclipse,sonarqube,intellij+all
5
6 ### Eclipse ###
7
8 .metadata
9 bin/
10 tmp/
11 *.tmp
12 *.bak
13 *.swp
14 *~.nib
15 local.properties
16 .settings/
17 .loadpath
18 .recommenders
19
20 # External tool builders
21 .externalToolBuilders/
22
23 # Locally stored "Eclipse launch configurations"
24 *.launch
25
26 # PyDev specific (Python IDE for Eclipse)
27 *.pydevproject
28
29 # CDT-specific (C/C++ Development Tooling)
30 .cproject
31
32 # CDT- autotools
33 .autotools
34
35 # Java annotation processor (APT)
36 .factorypath
37
38 # PDT-specific (PHP Development Tools)
39 .buildpath
40
41 # sbteclipse plugin
42 .target
43
44 # Tern plugin
45 .tern-project
46
47 # TeXlipse plugin
48 .texlipse
49
50 # STS (Spring Tool Suite)
51 .springBeans
52
53 # Code Recommenders
54 .recommenders/
55
56 # Annotation Processing
57 .apt_generated/
58
59 # Scala IDE specific (Scala & Java development for Eclipse)
60 .cache-main
61 .scala_dependencies
62 .worksheet
63
64 ### Eclipse Patch ###
65 # Eclipse Core
66 .project
67
68 # JDT-specific (Eclipse Java Development Tools)
69 .classpath
70
71 # Annotation Processing
72 .apt_generated
73
74 .sts4-cache/
75
76 ### Intellij+all ###
77 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
78 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
79
80 # User-specific stuff
81 .idea/**/workspace.xml
82 .idea/**/tasks.xml
83 .idea/**/usage.statistics.xml
84 .idea/**/dictionaries
85 .idea/**/shelf
86
87 # Generated files
88 .idea/**/contentModel.xml
89
90 # Sensitive or high-churn files
91 .idea/**/dataSources/
92 .idea/**/dataSources.ids
93 .idea/**/dataSources.local.xml
94 .idea/**/sqlDataSources.xml
95 .idea/**/dynamic.xml
96 .idea/**/uiDesigner.xml
97 .idea/**/dbnavigator.xml
98
99 # Gradle
100 .idea/**/gradle.xml
101 .idea/**/libraries
102
103 # Gradle and Maven with auto-import
104 # When using Gradle or Maven with auto-import, you should exclude module files,
105 # since they will be recreated, and may cause churn.  Uncomment if using
106 # auto-import.
107 # .idea/modules.xml
108 # .idea/*.iml
109 # .idea/modules
110
111 # CMake
112 cmake-build-*/
113
114 # Mongo Explorer plugin
115 .idea/**/mongoSettings.xml
116
117 # File-based project format
118 *.iws
119
120 # IntelliJ
121 out/
122
123 # mpeltonen/sbt-idea plugin
124 .idea_modules/
125
126 # JIRA plugin
127 atlassian-ide-plugin.xml
128
129 # Cursive Clojure plugin
130 .idea/replstate.xml
131
132 # Crashlytics plugin (for Android Studio and IntelliJ)
133 com_crashlytics_export_strings.xml
134 crashlytics.properties
135 crashlytics-build.properties
136 fabric.properties
137
138 # Editor-based Rest Client
139 .idea/httpRequests
140
141 # Android studio 3.1+ serialized cache file
142 .idea/caches/build_file_checksums.ser
143
144 ### Intellij+all Patch ###
145 # Ignores the whole .idea folder and all .iml files
146 # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
147
148 .idea/
149
150 # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
151
152 *.iml
153 modules.xml
154 .idea/misc.xml
155 *.ipr
156
157 ### Maven ###
158 target/
159 pom.xml.tag
160 pom.xml.releaseBackup
161 pom.xml.versionsBackup
162 pom.xml.next
163 release.properties
164 dependency-reduced-pom.xml
165 buildNumber.properties
166 .mvn/timing.properties
167 .mvn/wrapper/maven-wrapper.jar
168
169 ### Node ###
170 # Logs
171 logs
172 *.log
173 npm-debug.log*
174 yarn-debug.log*
175 yarn-error.log*
176
177 # Runtime data
178 pids
179 *.pid
180 *.seed
181 *.pid.lock
182
183 # Directory for instrumented libs generated by jscoverage/JSCover
184 lib-cov
185
186 # Coverage directory used by tools like istanbul
187 coverage
188
189 # nyc test coverage
190 .nyc_output
191
192 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
193 .grunt
194
195 # Bower dependency directory (https://bower.io/)
196 bower_components
197
198 # node-waf configuration
199 .lock-wscript
200
201 # Compiled binary addons (https://nodejs.org/api/addons.html)
202 build/Release
203
204 # Dependency directories
205 node_modules/
206 jspm_packages/
207
208 # TypeScript v1 declaration files
209 typings/
210
211 # Optional npm cache directory
212 .npm
213
214 # Optional eslint cache
215 .eslintcache
216
217 # Optional REPL history
218 .node_repl_history
219
220 # Output of 'npm pack'
221 *.tgz
222
223 # Yarn Integrity file
224 .yarn-integrity
225
226 # dotenv environment variables file
227 .env
228
229 # parcel-bundler cache (https://parceljs.org/)
230 .cache
231
232 # next.js build output
233 .next
234
235 # nuxt.js build output
236 .nuxt
237
238 # vuepress build output
239 .vuepress/dist
240
241 # Serverless directories
242 .serverless
243
244 ### Sonar ###
245 #Sonar generated dir
246 /.sonar/
247
248 ### SonarQube ###
249 # SonarQube ignore files.
250 #
251 # https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
252 # Sonar Scanner working directories
253 .sonar/
254 .scannerwork/
255
256 # http://www.sonarlint.org/commandline/
257 # SonarLint working directories, configuration files (including credentials)
258 .sonarlint/
259
260
261 # End of https://www.gitignore.io/api/node,sonar,maven,eclipse,sonarqube,intellij+all
262 .flattened-pom.xml