-
Notifications
You must be signed in to change notification settings - Fork 277
/
.gitignore
77 lines (63 loc) · 1.37 KB
/
.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
checkstyleidea.tmp/
### NetBeans ###
/nbproject/private/
/nbbuild/
/nbdist/
/.nb-gradle/
/build/
### VS Code ###
.vscode/
mvnw
mvnw.cmd
.mvn/
### Terraform ###
terraform/alicloud/playground/.terraform/
### Turms Common ###
turms-server-common/target/
### Turms Servers ###
turms-gateway/dist/log/
turms-gateway/target/
turms-service/dist/log/
turms-service/target/
# We build the "turms-client-ast.json" when installing turms-admin
# so there is no need to git the file.
turms-admin/client/src/assets/turms-client-ast.json
turms-admin/cypress/screenshots/
turms-admin/cypress/videos/
turms-admin/data/
turms-admin/dist/
turms-admin/node_modules/
### Turms Server Test ###
turms-server-test-common/target
turms-server-test/target
### Turms Clients ###
turms-client-js/coverage/
turms-client-js/dist/
turms-client-js/node_modules/
turms-client-js/protoc/
turms-client-js/stats/
turms-client-kotlin/target/
turms-client-swift/.build/
### Turms Plugins ###
turms-plugins/turms-plugin-antispam/target/
turms-plugins/turms-plugin-minio/target/
turms-plugins/turms-plugin-rasa/target/
turms-plugin-demo/target/
### Turms Docs ###
turms-docs/src/.vitepress/temp/
turms-docs/src/.vitepress/cache/
turms-docs/src/.vitepress/dist/
turms-docs/node_modules/