forked from galasa-dev-archives/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (39 loc) · 766 Bytes
/
.gitignore
File metadata and controls
42 lines (39 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
target/
.settings/
.project
.classpath
.factorypath
.apt_generated/
.apt_generated_tests/
.externalToolBuilders/
core.*
javacore.*
jitdump.*
Snap.*
.DS_Store
/*/build.properties
!/*eclipse*/build.properties
/*/MANIFEST.MF
!/*eclipse*/MANIFEST.MF
bin/
lib/
dependency-reduced-pom.xml
velocity.log
*.versionsBackup
.vscode
generated-openapi
node_modules
package-lock.json
build/
.gradle/
**/.idea/
**/heapdump*
docs/generated/
**/*.jar
# A folder scripts can put things into without fear of them being checked-in.
temp/
*.proto
# Ignore the OpenAPI spec that is automatically placed into the
# resources folder to be served up by the OpenAPI servlet
**/dev.galasa.framework.api.openapi.servlet/**/openapi.yaml
run-test.sh