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