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
2023-08-30 18:35:32 +08:00
.git
2023-07-13 15:45:03 +08:00
# Ignore build artifacts
2023-08-30 10:08:51 +08:00
_output/
2023-07-13 15:45:03 +08:00
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/ -->