Logo

GitLab

Sign in

朱子纯 / erp-framework-wiki

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • erp-framework-wiki
  • zh
  • .gitignore
  • Add bilingual wiki layout
    bc4c2a19
    zichun authored
    2026-04-28 14:58:41 +0800  
    Browse Code »
.gitignore 165 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# venv
.venv/
__pycache__/
*.pyc

# build output
site/
public/

# editor
.vscode/
.idea/
*.swp
.DS_Store

# secrets — never commit
.env
.env.*
.my.cnf
*.pem
*.key