ForcePilot/.gitignore
2024-07-07 17:21:07 +08:00

25 lines
230 B
Plaintext

### python gitignore
__pycache__/
*.pyc
### Vue gitignore
dist
node_modules
### common gitignore
.DS_Store
.env
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
log
logs
*.log.*
*.db
### IDE
.vscode