Files
mengpost/.gitignore

26 lines
358 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# node
node_modules/
dist/
.vite/
# go
mengpost-backend/.env
mengpost-backend/.env.docker
# 生产 SQLite 数据文件(保留 data/.gitkeep
/data/*.db
/data/*.db-*
*.exe
*.test
/mengpost-backend/mengpost-backend*
/mengpost-backend/*.db
/mengpost-backend/*.db-*
mengpost.db
mengpost.db-*
# editors
.vscode/
.idea/
.DS_Store
.codex