2019-05-16 17:31:00 +00:00
|
|
|
# Visual Studio Code
|
|
|
|
/.vscode
|
2019-07-21 11:27:43 +00:00
|
|
|
!/.vscode/extensions.json
|
2019-05-16 17:31:00 +00:00
|
|
|
|
|
|
|
# Intelij-IDEA
|
|
|
|
/.idea
|
|
|
|
|
|
|
|
# Node.js
|
2021-11-11 17:02:25 +00:00
|
|
|
node_modules
|
2020-02-01 02:10:30 +00:00
|
|
|
report.*.json
|
2019-05-16 17:31:00 +00:00
|
|
|
|
2022-11-24 06:39:00 +00:00
|
|
|
# Yarn
|
|
|
|
.yarn/*
|
|
|
|
!.yarn/patches
|
|
|
|
!.yarn/plugins
|
|
|
|
!.yarn/releases
|
|
|
|
!.yarn/sdks
|
|
|
|
!.yarn/versions
|
2022-12-27 05:36:33 +00:00
|
|
|
packages/frontend/.yarn/cache
|
2022-11-24 06:39:00 +00:00
|
|
|
packages/backend/.yarn/cache
|
|
|
|
packages/sw/.yarn/cache
|
|
|
|
|
2023-03-04 16:06:30 +00:00
|
|
|
# pnpm
|
|
|
|
.pnpm-store
|
|
|
|
|
2021-09-18 17:43:39 +00:00
|
|
|
# Cypress
|
|
|
|
cypress/screenshots
|
2021-09-18 17:58:17 +00:00
|
|
|
cypress/videos
|
2021-09-18 17:43:39 +00:00
|
|
|
|
2022-08-31 09:24:39 +00:00
|
|
|
# Coverage
|
|
|
|
coverage
|
|
|
|
|
2019-05-16 17:31:00 +00:00
|
|
|
# config
|
2018-03-29 02:34:20 +00:00
|
|
|
/.config/*
|
|
|
|
!/.config/example.yml
|
2023-01-15 03:11:38 +00:00
|
|
|
!/.config/docker_example.yml
|
2020-06-07 02:03:29 +00:00
|
|
|
!/.config/docker_example.env
|
2023-01-28 11:34:34 +00:00
|
|
|
docker-compose.yml
|
2023-02-12 00:07:56 +00:00
|
|
|
!/.devcontainer/docker-compose.yml
|
2019-05-16 17:31:00 +00:00
|
|
|
|
|
|
|
# misskey
|
2018-03-26 11:23:55 +00:00
|
|
|
/build
|
2021-11-11 17:02:25 +00:00
|
|
|
built
|
2017-09-06 12:29:56 +00:00
|
|
|
/data
|
2018-05-25 09:41:59 +00:00
|
|
|
/.cache-loader
|
2019-04-07 12:50:36 +00:00
|
|
|
/db
|
2023-05-04 23:52:14 +00:00
|
|
|
/meili_data
|
2016-12-28 22:49:51 +00:00
|
|
|
npm-debug.log
|
2017-01-01 02:10:23 +00:00
|
|
|
*.pem
|
|
|
|
run.bat
|
2017-01-06 11:20:23 +00:00
|
|
|
api-docs.json
|
2018-06-09 15:39:30 +00:00
|
|
|
*.log
|
2018-10-09 06:09:50 +00:00
|
|
|
/redis
|
2018-10-20 02:57:23 +00:00
|
|
|
*.code-workspace
|
2019-01-18 07:04:06 +00:00
|
|
|
.DS_Store
|
2019-04-07 12:50:36 +00:00
|
|
|
/files
|
2019-04-29 00:11:57 +00:00
|
|
|
ormconfig.json
|
2023-03-30 00:33:19 +00:00
|
|
|
temp
|
2023-04-04 00:38:34 +00:00
|
|
|
/packages/frontend/src/**/*.stories.ts
|
2019-08-18 05:41:33 +00:00
|
|
|
|
2023-09-23 16:49:47 +00:00
|
|
|
# Sharkey
|
|
|
|
/packages/megalodon/lib
|
|
|
|
|
2019-08-18 05:41:33 +00:00
|
|
|
# blender backups
|
|
|
|
*.blend1
|
|
|
|
*.blend2
|
|
|
|
*.blend3
|
|
|
|
*.blend4
|
|
|
|
*.blend5
|
2023-07-07 01:49:17 +00:00
|
|
|
|
|
|
|
# VSCode addon
|
|
|
|
.favorites.json
|