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