iceshrimp-legacy/.gitignore

75 lines
1 KiB
Plaintext
Raw Normal View History

# Visual Studio Code
/.vscode
!/.vscode/extensions.json
# Intelij-IDEA
/.idea
2022-12-17 18:57:57 +01:00
packages/backend/.idea/backend.iml
packages/backend/.idea/modules.xml
packages/backend/.idea/vcs.xml
# Node.js
2021-11-11 18:02:25 +01:00
node_modules
2020-02-01 03:10:30 +01:00
report.*.json
2022-05-29 22:13:27 +02:00
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
# config
2018-03-29 04:34:20 +02:00
/.config/*
!/.config/example.yml
!/.config/devenv.yml
2020-06-07 04:03:29 +02:00
!/.config/docker_example.env
2023-05-11 01:07:45 +02:00
!/.config/helm_values_example.yml
!/.config/LICENSE
# docker dev config
/dev/docker-compose.yml
# misskey
2021-11-11 18:02:25 +01:00
built
db
elasticsearch
redis
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
*.code-workspace
2019-01-18 08:04:06 +01:00
.DS_Store
files
ormconfig.json
2022-10-25 21:15:51 +02:00
packages/backend/assets/instance.css
2023-02-12 02:14:50 +01:00
packages/backend/assets/sounds/None.mp3
packages/backend/assets/LICENSE
2023-02-12 02:14:50 +01:00
!/packages/backend/queue/processors/db
!packages/backend/src/db
MisskeyRoom (#5267) * wip * Add pemcil * Fix bug * Update .gitattributes * Add :custard: * Better :custard: * Add color boxes * Add pc * Add keyboard * Add :package: * Add more :package: * :v: * carpet * Add plant * :v: * :v: * Update room.vue * Add plant * :v: * :v: * :v: * :v: * :v: * 段ボール箱がてかりすぎているのを修正 * Update room.ts * Render username * :v: * Add new :package: * Update room.ts * Remove blender backup files * Refactor * Improve performance * Update room.ts * Update .gitattributes * Update room.ts * Better fan * Better tissue rendering * Add :penguin: * Create photoframe2.glb * chairs * Add :book: * fix: HiDPi環境でオブジェクトを選択できない (#5268) * Better monitor * :v: * Add corkboard * Add missing blend * mousepad * Add missing blend * Add cube * 額縁やモニターなどに任意の画像を表示できるように * Update MisskeyRoom section of CONTRIBUTING.md (#5272) * Update MisskeyRoom section of CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Refactor * カスタムテクスチャがずれないように * Remove debug code * Update furnitures.json5 * 一部の家具の色を自由に変えられるように * Update ja-JP.yml * Type annotation * 家具の色やテクスチャをすぐ反映するように * Update room.vue * Update furnitures.json5 * Add :tv: * Update ja-JP.yml * 床の色を変えられるように * 和室にできるように * Update washitsu * Use MeshLambertMaterial to improve performance * Use MeshLambertMaterial * Fix bug * Refactor * Update room.ts * Fix washitsu * Update room.vue * Update washistu * Use MeshLambertMaterial * Update room.ts * Set current property value * Disable reactivity to improve performance a bit * Fix bug * Set current carpet color * Update ja-JP.yml * Add rubik-cube (#5278) * Update ja-JP.yml (#5279) * Update UI * ルームの設定を追加 * Add room link * 家具をドラッグで移動や回転できるように * esnextにする (#5286) * Fix moduleResolution * Use uuid v4 * Fix bug * マットの色を変えられるように * :v: * 異方性フィルタリングするように * グラフィックの品質をフィルタリングに反映 * Add bloom effect when ultra graphics * Add posters * :art:
2019-08-18 07:41:33 +02:00
2023-07-06 03:43:20 +02:00
packages/megalodon/lib
packages/megalodon/.idea
MisskeyRoom (#5267) * wip * Add pemcil * Fix bug * Update .gitattributes * Add :custard: * Better :custard: * Add color boxes * Add pc * Add keyboard * Add :package: * Add more :package: * :v: * carpet * Add plant * :v: * :v: * Update room.vue * Add plant * :v: * :v: * :v: * :v: * :v: * 段ボール箱がてかりすぎているのを修正 * Update room.ts * Render username * :v: * Add new :package: * Update room.ts * Remove blender backup files * Refactor * Improve performance * Update room.ts * Update .gitattributes * Update room.ts * Better fan * Better tissue rendering * Add :penguin: * Create photoframe2.glb * chairs * Add :book: * fix: HiDPi環境でオブジェクトを選択できない (#5268) * Better monitor * :v: * Add corkboard * Add missing blend * mousepad * Add missing blend * Add cube * 額縁やモニターなどに任意の画像を表示できるように * Update MisskeyRoom section of CONTRIBUTING.md (#5272) * Update MisskeyRoom section of CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Refactor * カスタムテクスチャがずれないように * Remove debug code * Update furnitures.json5 * 一部の家具の色を自由に変えられるように * Update ja-JP.yml * Type annotation * 家具の色やテクスチャをすぐ反映するように * Update room.vue * Update furnitures.json5 * Add :tv: * Update ja-JP.yml * 床の色を変えられるように * 和室にできるように * Update washitsu * Use MeshLambertMaterial to improve performance * Use MeshLambertMaterial * Fix bug * Refactor * Update room.ts * Fix washitsu * Update room.vue * Update washistu * Use MeshLambertMaterial * Update room.ts * Set current property value * Disable reactivity to improve performance a bit * Fix bug * Set current carpet color * Update ja-JP.yml * Add rubik-cube (#5278) * Update ja-JP.yml (#5279) * Update UI * ルームの設定を追加 * Add room link * 家具をドラッグで移動や回転できるように * esnextにする (#5286) * Fix moduleResolution * Use uuid v4 * Fix bug * マットの色を変えられるように * :v: * 異方性フィルタリングするように * グラフィックの品質をフィルタリングに反映 * Add bloom effect when ultra graphics * Add posters * :art:
2019-08-18 07:41:33 +02:00
# blender backups
*.blend1
*.blend2
*.blend3
*.blend4
*.blend5
2023-02-01 20:51:19 +01:00
# old yarn
.yarn
yarn*
# Nix Development shell items
.devenv
.direnv
2023-06-04 23:03:47 +02:00
# Cargo cache for Docker
/.cargo-cache
/.cargo-target