OSDN Git Service

fix yarn gitigone
authorNeko7soraBOT <75793267+Neko7sora@users.noreply.github.com>
Fri, 13 Aug 2021 14:34:07 +0000 (23:34 +0900)
committerNeko7soraBOT <75793267+Neko7sora@users.noreply.github.com>
Fri, 13 Aug 2021 14:34:07 +0000 (23:34 +0900)
.gitignore
src/.gitignore [deleted file]
src/.yarn/install-state.gz [new file with mode: 0644]

index d18de9c..9125372 100644 (file)
@@ -3,15 +3,13 @@
 .idea/
 out/
 
-# https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored
-.yarn/*
-!.yarn/cache
-!.yarn/patches
-!.yarn/plugins
-!.yarn/releases
-!.yarn/sdks
-!.yarn/versions
-.pnp.*
+# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
+/.yarn/*
+!/.yarn/patches
+!/.yarn/plugins
+!/.yarn/releases
+!/.yarn/sdks
+!/.yarn/cache
 
 node_modules
 yarn-error.log
diff --git a/src/.gitignore b/src/.gitignore
deleted file mode 100644 (file)
index 92739aa..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
-/.yarn/*
-!/.yarn/patches
-!/.yarn/plugins
-!/.yarn/releases
-!/.yarn/sdks
-!/.yarn/cache
diff --git a/src/.yarn/install-state.gz b/src/.yarn/install-state.gz
new file mode 100644 (file)
index 0000000..b93a3bf
Binary files /dev/null and b/src/.yarn/install-state.gz differ