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