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