anki-md-template/.gitignore

8 lines
103 B
Plaintext

# 忽略所有 .log 文件
*.log
# 忽略 node_modules 目录
node_modules/
# 忽略 .env 文件
.env