mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 13:17:47 +00:00
* chore(admin): refactor admin develop/build pipeline chore: remove `webpackChunkName` comments chore: reuse admin tsconfig where possible chore: add .strapi to gitignore chore(admin): pack-up feat(admin): inject commands into strapi from admin for building feat(admin): move watch command to admin chore: keep backward compat API available Update packages/core/admin/_internal/cli/index.ts docs(admin): document the build & develop process and pipeline test(admin): fix StrapiApp tests chore: fix build * Update skipped_tests.yml * test(e2e): fix e2e setup feat: add dependency installation fix: mjs webpack resolution * chore: fix server exports * fix: typescript project type generation * fix: development watch mode * fix: connect to hot middleware – anywhere * Update packages/core/admin/_internal/node/core/monorepo.ts Co-authored-by: Marc Roig <marc12info@gmail.com> * fix(admin): theme toggle type export * chore: fixes * chore: pr amends Co-Authored-By: Ben Irvin <ben@innerdvations.com> --------- Co-authored-by: Marc Roig <marc12info@gmail.com> Co-authored-by: Ben Irvin <ben@innerdvations.com>
117 lines
1.2 KiB
Plaintext
117 lines
1.2 KiB
Plaintext
############################
|
|
# 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
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
|
|
############################
|
|
# Misc.
|
|
############################
|
|
|
|
*#
|
|
ssl
|
|
.idea
|
|
nbproject
|
|
public/uploads/*
|
|
!public/uploads/.gitkeep
|
|
|
|
############################
|
|
# Node.js
|
|
############################
|
|
|
|
lib-cov
|
|
lcov.info
|
|
pids
|
|
logs
|
|
results
|
|
node_modules
|
|
.node_history
|
|
|
|
############################
|
|
# Tests
|
|
############################
|
|
|
|
/coverage/
|
|
|
|
############################
|
|
# Strapi
|
|
############################
|
|
|
|
.env
|
|
license.txt
|
|
exports
|
|
*.cache
|
|
dist
|
|
build
|
|
documentation
|
|
.strapi-updater.json
|
|
types/generated
|
|
.strapi |