Files
open-im-server/.dockerignore
T

33 lines
467 B
Plaintext
Raw Normal View History

<!-- # Ignore files and directories starting with a dot
2023-07-13 15:45:03 +08:00
# Ignore specific files
.dockerignore
.git
2023-07-13 15:45:03 +08:00
# 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
2023-07-13 15:45:03 +08:00
# Ignore deployment-related files
docker-compose.yaml
deployments/
# Ignore assets
assets/
# Ignore components
components/
# Ignore tools and scripts
.github/ -->