Files
AI/참고/firecrawl-main/apps/go-html-to-md-service/.dockerignore

28 lines
235 B
Plaintext
Raw Normal View History

2026-05-12 19:40:31 +09:00
# Ignore build artifacts
*.dylib
*.so
*.dll
*.exe
# Ignore test files
*_test.go
# Ignore documentation
README.md
*.md
# Ignore git
.git
.gitignore
# Ignore IDE files
.vscode
.idea
*.swp
*.swo
# Ignore temporary files
*.tmp
*.log