forked from CBIIT/bento-backend-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
29 lines (28 loc) · 773 Bytes
/
.gitignore
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
logs/
.classpath
target/
.classpath
.settings/
.project
.DS_Store
.factorypath
.vscode
.apt_generated
.apt_generated_tests
.idea
*.iml
.sts4-cache/*
src/main/resources/application.properties
logs/
src/main/resources/application-bento.properties
src/main/resources/application-bento-aws-es.properties
src/main/resources/application-bento-v4.properties
src/main/resources/application-icdc.properties
src/main/resources/application-no-es.properties
src/main/resources/application-gmb.properties
src/main/resources/graphql/icdc.graphql
src/main/resources/graphql/schema.graphql
src/main/resources/graphql/bento-extended.graphql
src/main/resources/graphql/bento-gmb.graphql
src/main/resources/graphql/redis-schema.graphql
src/main/resources/yaml/redis-filter-config.bento.yaml