/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.gitignore
183 строки
2 KB
Ben Irvin
test(migration): version migration testing framework (#26060)
06 авг 2026, 15:39
Не верифицирован
06 авг 2026, 15:39
ac0c928
Код
Авторство
О чём код?
############################ # OS X ############################ .DS_Store .AppleDouble .LSOverride Icon .Spotlight-V100 .Trashes ._* ############################ # Linux ############################ *~ ############################ # Windows ############################ Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msm *.msp ############################ # Packages ############################ *.7z *.csv *.dat *.dmg *.gz *.iso *.jar *.rar *.tar *.zip *.com *.class *.dll *.exe *.o *.seed *.so *.swo *.swp *.swn *.swm *.out *.pid ############################ # Logs and databases ############################ .tmp *.log *.sql !.github/workflows/db/**/*.sql *.sqlite ############################ # Misc. ############################ *# .idea nbproject .eslintcache ############################ # Node.js ############################ lib-cov lcov.info pids logs results build node_modules .node_history package-lock.json **/package-lock.json !docs/package-lock.json *.heapsnapshot ############################ # Local environment ############################ # Ignore real env files anywhere; tracked templates use other names (e.g. `.env.example`). **/.env !tests/cli/data/*.tar.gz ############################ # Tests ############################ test-apps coverage ############################ # Builds ############################ packages/generators/app/files/public/ schema.graphql dist .nx .tsbuildinfo .eslintcache ############################ # Example app ############################ .dev # *.cache ############################ # Visual Studio Code ############################ .vscode/ front-workspace.code-workspace .yarnrc ############################ # Package managers ############################ .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/sdks !.yarn/versions yarn-error.log pnpm-debug.log npm-debug.log ############################ # Playwright ############################ playwright-report tests/e2e/playwright-storage-state.json test-results ############################ # AI tools ############################ .brain .brain.* # Claude CLAUDE.local.md .claude/ # Cursor .cursor/ !.cursor/worktrees.json # Codex .agents/ ############################ # Strapi ############################ examples/**/types/generated .nx/cache .nx/workspace-data # Ignore yarn.lock inside templates templates/yarn.lock