소스 검색

First commit

Soof 1 개월 전
커밋
30364c662d
6개의 변경된 파일46개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .editorconfig
  2. 4 0
      .gitattributes
  3. 17 0
      .gitignore
  4. 1 0
      README.md
  5. 4 0
      package.json
  6. 12 0
      yarn.lock

+ 8 - 0
.editorconfig

@@ -0,0 +1,8 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true

+ 4 - 0
.gitattributes

@@ -0,0 +1,4 @@
+/.yarn/**            linguist-vendored
+/.yarn/releases/*    binary
+/.yarn/plugins/**/*  binary
+/.pnp.*              binary linguist-generated

+ 17 - 0
.gitignore

@@ -0,0 +1,17 @@
+.yarn/*
+!.yarn/patches
+!.yarn/plugins
+!.yarn/releases
+!.yarn/sdks
+!.yarn/versions
+
+# Whether you use PnP or not, the node_modules folder is often used to store
+# build artifacts that should be gitignored
+node_modules
+
+# Swap the comments on the following lines if you wish to use zero-installs
+# In that case, don't forget to run `yarn config set enableGlobalCache false`!
+# Documentation here: https://yarnpkg.com/features/caching#zero-installs
+
+#!.yarn/cache
+.pnp.*

+ 1 - 0
README.md

@@ -0,0 +1 @@
+# biomes

+ 4 - 0
package.json

@@ -0,0 +1,4 @@
+{
+  "name": "biomes",
+  "packageManager": "yarn@4.9.1"
+}

+ 12 - 0
yarn.lock

@@ -0,0 +1,12 @@
+# This file is generated by running "yarn install" inside your project.
+# Manual changes might be lost - proceed with caution!
+
+__metadata:
+  version: 8
+  cacheKey: 10c0
+
+"biomes@workspace:.":
+  version: 0.0.0-use.local
+  resolution: "biomes@workspace:."
+  languageName: unknown
+  linkType: soft