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
  • .gitignore
  • Add GitLab CI config (.gitlab-ci.yml) for GitLab Pages publish
    ac9e0da3
    reporkey authored
    2026-04-28 13:08:21 +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