Skip to content

Commit ddad549

Browse files
committedAug 28, 2023
feat: add openim-docker design
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
1 parent 88c13ff commit ddad549

File tree

11 files changed

+1058
-258
lines changed

11 files changed

+1058
-258
lines changed
 

‎.gitignore

+384-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,147 @@
1+
# Copyright © 2023 OpenIMSDK.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# ==============================================================================
16+
# For the entire design of.gitignore, ignore git commits and ignore files
17+
#===============================================================================
18+
#
19+
20+
### OpenIM developer supplement ###
21+
logs
22+
.devcontainer
23+
components
24+
out-test
25+
Dockerfile.cross
26+
27+
### Makefile ###
28+
tmp/
29+
bin/
30+
output/
31+
_output/
32+
33+
### OpenIM Config ###
34+
config/config.yaml
35+
./config/config.yaml
36+
.env
37+
./.env
38+
39+
### OpenIM deploy ###
40+
deploy/openim_demo
41+
deploy/openim-api
42+
deploy/openim-rpc-msg_gateway
43+
deploy/openim-msgtransfer
44+
deploy/openim-push
45+
deploy/openim_timer_task
46+
deploy/openim-rpc-user
47+
deploy/openim-rpc-friend
48+
deploy/openim-rpc-group
49+
deploy/openim-rpc-msg
50+
deploy/openim-rpc-auth
51+
deploy/Open-IM-SDK-Core
52+
53+
# files used by the developer
54+
.idea.md
55+
.todo.md
56+
.note.md
57+
58+
# ==============================================================================
59+
# Created by https://www.toptal.com/developers/gitignore/api/go,git,vim,tags,test,emacs,backup,jetbrains
60+
# Edit at https://www.toptal.com/developers/gitignore?templates=go,git,vim,tags,test,emacs,backup,jetbrains
61+
62+
### Backup ###
63+
*.bak
64+
*.gho
65+
*.ori
66+
*.orig
67+
*.tmp
68+
69+
### Emacs ###
70+
# -*- mode: gitignore; -*-
71+
*~
72+
\#*\#
73+
/.emacs.desktop
74+
/.emacs.desktop.lock
75+
*.elc
76+
auto-save-list
77+
tramp
78+
.\#*
79+
80+
# Org-mode
81+
.org-id-locations
82+
*_archive
83+
84+
# flymake-mode
85+
*_flymake.*
86+
87+
# eshell files
88+
/eshell/history
89+
/eshell/lastdir
90+
91+
# elpa packages
92+
/elpa/
93+
94+
# reftex files
95+
*.rel
96+
97+
# AUCTeX auto folder
98+
/auto/
99+
100+
# cask packages
101+
.cask/
102+
dist/
103+
104+
# Flycheck
105+
flycheck_*.el
106+
107+
# server auth directory
108+
/server/
109+
110+
# projectiles files
111+
.projectile
112+
113+
# directory configuration
114+
.dir-locals.el
115+
116+
# network security
117+
/network-security.data
118+
119+
### vscode ###
120+
.vscode
121+
.vscode/*
122+
!.vscode/settings.json
123+
!.vscode/tasks.json
124+
!.vscode/launch.json
125+
!.vscode/extensions.json
126+
*.code-workspace
127+
128+
# End of https://www.toptal.com/developers/gitignore/api/vim,jetbrains,vscode,git,go,tags,backup,test
129+
130+
### Git ###
131+
# Created by git for backups. To disable backups in Git:
132+
# $ git config --global mergetool.keepBackup false
133+
134+
# Created by git when using merge tools for conflicts
135+
*.BACKUP.*
136+
*.BASE.*
137+
*.LOCAL.*
138+
*.REMOTE.*
139+
*_BACKUP_*.txt
140+
*_BASE_*.txt
141+
*_LOCAL_*.txt
142+
*_REMOTE_*.txt
143+
144+
### Go ###
1145
# If you prefer the allow list template instead of the deny list, see community template:
2146
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3147
#
@@ -15,7 +159,245 @@
15159
*.out
16160

17161
# Dependency directories (remove the comment below to include it)
18-
# vendor/
162+
vendor/
19163

20164
# Go workspace file
21-
go.work
165+
# go.work
166+
go.work.sum
167+
168+
### JetBrains ###
169+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
170+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
171+
172+
# User-specific stuff
173+
.idea/
174+
.idea/**/workspace.xml
175+
.idea/**/tasks.xml
176+
.idea/**/usage.statistics.xml
177+
.idea/**/dictionaries
178+
.idea/**/shelf
179+
180+
# AWS User-specific
181+
.idea/**/aws.xml
182+
183+
# Generated files
184+
.idea/**/contentModel.xml
185+
186+
# Sensitive or high-churn files
187+
.idea/**/dataSources/
188+
.idea/**/dataSources.ids
189+
.idea/**/dataSources.local.xml
190+
.idea/**/sqlDataSources.xml
191+
.idea/**/dynamic.xml
192+
.idea/**/uiDesigner.xml
193+
.idea/**/dbnavigator.xml
194+
195+
# Gradle
196+
.idea/**/gradle.xml
197+
.idea/**/libraries
198+
199+
# Gradle and Maven with auto-import
200+
# When using Gradle or Maven with auto-import, you should exclude module files,
201+
# since they will be recreated, and may cause churn. Uncomment if using
202+
# auto-import.
203+
# .idea/artifacts
204+
# .idea/compiler.xml
205+
# .idea/jarRepositories.xml
206+
# .idea/modules.xml
207+
# .idea/*.iml
208+
# .idea/modules
209+
# *.iml
210+
# *.ipr
211+
212+
# CMake
213+
cmake-build-*/
214+
215+
# Mongo Explorer plugin
216+
.idea/**/mongoSettings.xml
217+
218+
# File-based project format
219+
*.iws
220+
221+
# IntelliJ
222+
out/
223+
224+
# mpeltonen/sbt-idea plugin
225+
.idea_modules/
226+
227+
# JIRA plugin
228+
atlassian-ide-plugin.xml
229+
230+
# Cursive Clojure plugin
231+
.idea/replstate.xml
232+
233+
# SonarLint plugin
234+
.idea/sonarlint/
235+
236+
# Crashlytics plugin (for Android Studio and IntelliJ)
237+
com_crashlytics_export_strings.xml
238+
crashlytics.properties
239+
crashlytics-build.properties
240+
fabric.properties
241+
242+
# Editor-based Rest Client
243+
.idea/httpRequests
244+
245+
# Android studio 3.1+ serialized cache file
246+
.idea/caches/build_file_checksums.ser
247+
248+
### JetBrains Patch ###
249+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
250+
251+
# *.iml
252+
# modules.xml
253+
# .idea/misc.xml
254+
# *.ipr
255+
256+
# Sonarlint plugin
257+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
258+
.idea/**/sonarlint/
259+
260+
# SonarQube Plugin
261+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
262+
.idea/**/sonarIssues.xml
263+
264+
# Markdown Navigator plugin
265+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
266+
.idea/**/markdown-navigator.xml
267+
.idea/**/markdown-navigator-enh.xml
268+
.idea/**/markdown-navigator/
269+
270+
# Cache file creation bug
271+
# See https://youtrack.jetbrains.com/issue/JBR-2257
272+
.idea/$CACHE_FILE$
273+
274+
# CodeStream plugin
275+
# https://plugins.jetbrains.com/plugin/12206-codestream
276+
.idea/codestream.xml
277+
278+
# Azure Toolkit for IntelliJ plugin
279+
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
280+
.idea/**/azureSettings.xml
281+
282+
### Tags ###
283+
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
284+
TAGS
285+
.TAGS
286+
!TAGS/
287+
tags
288+
.tags
289+
!tags/
290+
gtags.files
291+
GTAGS
292+
GRTAGS
293+
GPATH
294+
GSYMS
295+
cscope.files
296+
cscope.out
297+
cscope.in.out
298+
cscope.po.out
299+
300+
301+
### Test ###
302+
### Ignore all files that could be used to test your code and
303+
### you wouldn't want to push
304+
305+
# Reference https://en.wikipedia.org/wiki/Metasyntactic_variable
306+
307+
# Most common
308+
*foo
309+
*bar
310+
*fubar
311+
*foobar
312+
*baz
313+
314+
# Less common
315+
*qux
316+
*quux
317+
*bongo
318+
*bazola
319+
*ztesch
320+
321+
# UK, Australia
322+
*wibble
323+
*wobble
324+
*wubble
325+
*flob
326+
*blep
327+
*blah
328+
*boop
329+
*beep
330+
331+
# Japanese
332+
*hoge
333+
*piyo
334+
*fuga
335+
*hogera
336+
*hogehoge
337+
338+
# Portugal, Spain
339+
*fulano
340+
*sicrano
341+
*beltrano
342+
*mengano
343+
*perengano
344+
*zutano
345+
346+
# France, Italy, the Netherlands
347+
*toto
348+
*titi
349+
*tata
350+
*tutu
351+
*pipppo
352+
*pluto
353+
*paperino
354+
*aap
355+
*noot
356+
*mies
357+
358+
# Other names that would make sense
359+
*tests
360+
*testsdir
361+
*testsfile
362+
*testsfiles
363+
*testdir
364+
*testfile
365+
*testfiles
366+
*testing
367+
*testingdir
368+
*testingfile
369+
*testingfiles
370+
*temp
371+
*tempdir
372+
*tempfile
373+
*tempfiles
374+
*tmp
375+
*tmpdir
376+
*tmpfile
377+
*tmpfiles
378+
*lol
379+
380+
### Vim ###
381+
# Swap
382+
[._]*.s[a-v][a-z]
383+
!*.svg # comment out if you don't need vector files
384+
[._]*.sw[a-p]
385+
[._]s[a-rt-v][a-z]
386+
[._]ss[a-gi-z]
387+
[._]sw[a-p]
388+
389+
# Session
390+
Session.vim
391+
Sessionx.vim
392+
393+
# Temporary
394+
.netrwhist
395+
# Auto-generated tag files
396+
# Persistent undo
397+
[._]*.un~
398+
399+
# End of https://www.toptal.com/developers/gitignore/api/go,git,vim,tags,test,emacs,backup,jetbrains
400+
.idea
401+
dist/
402+
.env
403+
config/config.yaml

0 commit comments

Comments
 (0)