chore(repository): 未使用のgitmodulesの削除、fluent-emojisのgitmodulesの参照をioのフォークに (MisskeyIO#309)

This commit is contained in:
まっちゃとーにゅ 2024-01-01 02:57:44 +09:00 committed by GitHub
parent e7643da3bd
commit 2a3cdad094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 7 deletions

View File

@ -13,7 +13,6 @@ packages/*/node_modules
redis/
keydb/
files/
misskey-assets/
fluent-emojis/
.pnp.*

5
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "misskey-assets"]
path = misskey-assets
url = https://github.com/misskey-dev/assets.git
[submodule "fluent-emojis"]
path = fluent-emojis
url = https://github.com/misskey-dev/emojis.git
url = https://github.com/MisskeyIO/emojis.git

@ -1 +0,0 @@
Subproject commit 0179793ec891856d6f37a3be16ba4c22f67a81b5

View File

@ -54,7 +54,6 @@ await fs.readFile(
'../../assets/**',
'../../fluent-emojis/**',
'../../locales/ja-JP.yml',
'../../misskey-assets/**',
'assets/**',
'public/**',
'../../pnpm-lock.yaml',