misskey/.gitignore
laoXong abdec7c7b8
Some checks failed
Storybook / build (push) Has been skipped
Release Manager: sync changelog with PR / edit (push) Failing after 12s
Test (backend) / unit (22.11.0) (push) Failing after 12s
Test (backend) / e2e (22.11.0) (push) Failing after 13s
Test (federation) / test (22.11.0) (push) Failing after 12s
Test (frontend) / vitest (22.11.0) (push) Failing after 12s
Test (frontend) / e2e (chrome, 22.11.0) (push) Failing after 14s
Test (misskey.js) / test (22.11.0) (push) Failing after 11s
Lint / locale_verify (push) Failing after 12s
Lint / pnpm_install (push) Failing after 13s
Lint / lint (misskey-js) (push) Has been skipped
Lint / lint (sw) (push) Has been skipped
Lint / typecheck (misskey-js) (push) Has been skipped
Lint / lint (backend) (push) Has been skipped
Lint / lint (frontend) (push) Has been skipped
Lint / lint (frontend-embed) (push) Has been skipped
Lint / typecheck (sw) (push) Has been skipped
Lint / lint (frontend-shared) (push) Has been skipped
Lint / lint (misskey-bubble-game) (push) Has been skipped
Lint / lint (misskey-reversi) (push) Has been skipped
Lint / typecheck (backend) (push) Has been skipped
API report (misskey.js) / report (push) Failing after 11s
Check Misskey JS version / Check version (push) Failing after 11s
Check SPDX-License-Identifier / check-spdx-license-id (push) Failing after 11s
Check copyright year / check_copyright_year (push) Successful in 30s
Dockle / dockle (push) Failing after 12s
Test (production install and build) / production (22.11.0) (push) Failing after 12s
Test (backend) / validate-api-json (22.11.0) (push) Failing after 12m16s
Publish Docker image (develop) / Build (linux/amd64) (push) Failing after 6m49s
Publish Docker image (develop) / merge (push) Has been skipped
Merge remote-tracking branch 'upstream/master' into develop
2024-11-22 22:14:28 +08:00

85 lines
1.1 KiB
Plaintext

# Visual Studio Code
/.vscode
!/.vscode/extensions.json
# Intelij-IDEA
/.idea
# Node.js
node_modules
report.*.json
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
packages/frontend/.yarn/cache
packages/backend/.yarn/cache
packages/sw/.yarn/cache
# pnpm
.pnpm-store
# Cypress
cypress/screenshots
cypress/videos
# Coverage
coverage
# config
/.config/*
!/.config/example.yml
!/.config/docker_example.yml
!/.config/docker_example.env
!/.config/cypress-devcontainer.yml
docker-compose.yml
./compose.yml
.devcontainer/compose.yml
!/.devcontainer/compose.yml
# misskey
/build
built
built-test
js-built
/data
/.cache-loader
/db
/meili_data
npm-debug.log
*.pem
run.bat
api-docs.json
*.log
/redis
*.code-workspace
.DS_Store
/files
ormconfig.json
temp
/packages/frontend/src/**/*.stories.ts
tsdoc-metadata.json
misskey-assets
# Vite temporary files
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
vite.config.local-dev.js.timestamp-*
vite.config.local-dev.ts.timestamp-*
# blender backups
*.blend1
*.blend2
*.blend3
*.blend4
*.blend5
# VSCode addon
.favorites.json
/dump.rdb