-
Notifications
You must be signed in to change notification settings - Fork 3k
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (78 loc) · 2.01 KB
/
Copy path.gitignore
File metadata and controls
84 lines (78 loc) · 2.01 KB
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
78
79
80
81
82
83
84
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
.out
.codegraph
.codex*
### Visual Studio Code ###
package-lock.json
.vscode
### Mac
.DS_Store
/chat2db-community-server/chat2db-community-start/src/main/resources/static/front/*
### Docker data is not committed.
/docker/redis/data/*
/docker/test/reds/*
/docker/test/mongodb/*
/lib
/out/*
### Local frontend and packaging tools
/chat2db-community-client/static/jre/*
/chat2db-community-client/ossutil_output/*
/chat2db-community-client/.ossutil_*
/chat2db-community-client/ossutil
/chat2db-community-client/yarn-error.log
/chat2db-community-client/npm-debug.log*
/ossutil
### Local runtime data
/*.log
/*.pid
/.encryption.key.lock
/encryption.key
/logs/
/.ossutil_checkpoint
/ossutil_output
/jcef-bundle
/identifier.db
/identifier.sqlite
/script/ossutil
/chat2db-community-server/identifier.db
/chat2db-community-server/identifier.sqlite
/chat2db-community-server/*.mv.db
/chat2db-community-server/*.trace.db
/chat2db-community-server/logs/
/jpackage/input/linux/chat2db-community.jar
/jpackage/input/linux/chat2db-enterprise.jar
/jpackage/input/linux/dist/
/jpackage/input/linux/lib/
/jpackage/input/linux/local_version.json
/jpackage/input/mac/chat2db-community.jar
/jpackage/input/mac/*.jar
/jpackage/input/mac/dist/
/jpackage/input/mac/lib/
/jpackage/input/mac/local_version.json
/jpackage/input/sourceFile/
/jpackage/input/win/chat2db-community.jar
/jpackage/input/win/chat2db-enterprise.jar
/jpackage/input/win/dist/
/jpackage/input/win/lib/
/jpackage/input/win/local_version.json
/jpackage/input/runtime/
/jpackage/input/mac/Frameworks/
/jpackage/output/
/chat2db-community-server/chat2db-community-web/chat2db-community-web-api/tmp_updater_downloads/
/chat2db-community-server/chat2db-community-web/chat2db-community-web-api/chat2db-community.jar
/chat2db-community-server/.apifox-helper.properties
/chat2db-community-server/.easy.api.config
/chat2db-community-server/latest_version.json
.java-version
derby.log