mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
32 lines
453 B
Plaintext
32 lines
453 B
Plaintext
|
|
# Ignore files and directories starting with a dot
|
||
|
|
|
||
|
|
# Ignore specific files
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Ignore build artifacts
|
||
|
|
_output/
|
||
|
|
logs/
|
||
|
|
|
||
|
|
# Ignore non-essential documentation
|
||
|
|
README.md
|
||
|
|
README-zh_CN.md
|
||
|
|
CONTRIBUTING.md
|
||
|
|
CHANGELOG/
|
||
|
|
# LICENSE
|
||
|
|
|
||
|
|
# Ignore testing and linting configuration
|
||
|
|
.golangci.yml
|
||
|
|
|
||
|
|
# Ignore deployment-related files
|
||
|
|
docker-compose.yaml
|
||
|
|
deployments/
|
||
|
|
|
||
|
|
# Ignore assets
|
||
|
|
assets/
|
||
|
|
|
||
|
|
# Ignore components
|
||
|
|
components/
|
||
|
|
|
||
|
|
# Ignore tools and scripts
|
||
|
|
.github/
|