-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlintignore
More file actions
53 lines (39 loc) · 864 Bytes
/
.markdownlintignore
File metadata and controls
53 lines (39 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Exclude YAML configuration files that contain markdown-like comments
.yamlint
# Exclude other configuration files that might have markdown-like syntax
.codecov.yml
.pre-commit-config.yaml
compose.yaml
*.lock
# Exclude auto-generated files
CONFIG.md
# Exclude build and cache directories
.venv/
.pytest_cache/
.ruff_cache/
__pycache__/
.cache/
htmlcov/
# Exclude archived and temporary files
.archive/
logs/
# Exclude development environments
.devcontainer/
.vscode/
.cursor/
# Exclude dependencies and generated files
prisma/
typings/
.github/
.kiro/
.audit/
# Project-specific ignores
sqlmodel-refactor/**
docs/db/README.md
.archive
.archive/**
docs/content/reference/configuration.md
docs/includes/abbreviations.md
# Exclude CHANGELOG.md - it follows Keep-a-Changelog format which markdownlint may reformat incorrectly
CHANGELOG.md
.cursor/plans