添加Pdf读取mcp
This commit is contained in:
19
pdf-reader-mcp/.gitattributes
vendored
Normal file
19
pdf-reader-mcp/.gitattributes
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto eol=lf
|
||||
|
||||
# Explicitly declare text files we want to always normalize to LF
|
||||
*.cjs text eol=lf
|
||||
*.js text eol=lf
|
||||
*.ts text eol=lf
|
||||
*.json text eol=lf
|
||||
*.md text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.yml text eol=lf
|
||||
|
||||
# Lockfiles should always use LF
|
||||
package-lock.json text eol=lf
|
||||
pnpm-lock.yaml text eol=lf
|
||||
|
||||
# Ensure specific files are treated as binary (if needed)
|
||||
# *.png binary
|
||||
# *.jpg binary
|
||||
Reference in New Issue
Block a user