mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
1. 移除web目录下的锁文件提交限制 2. 重构全局gitignore规则,合并重复配置 3. 新增文档、小程序目录的gitignore放行规则 4. 补充各类开发缓存、虚拟环境的忽略规则
27 lines
375 B
Plaintext
Executable File
27 lines
375 B
Plaintext
Executable File
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
.cursorrules
|
|
.history
|
|
|
|
# Auto-generated files
|
|
src/types/import/auto-imports.d.ts
|
|
src/types/import/components.d.ts
|
|
.auto-import.json
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.local
|
|
|
|
stats.html
|
|
.stylelintcache
|
|
.eslintcache
|
|
|
|
# docs and app directories are at frontend root, managed by frontend/.gitignore
|