this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

First commit

orta 9135268f

+46
+8
.editorconfig
··· 1 + root = true 2 + 3 + [*] 4 + charset = utf-8 5 + end_of_line = lf 6 + indent_size = 2 7 + indent_style = space 8 + insert_final_newline = true
+4
.gitattributes
··· 1 + /.yarn/** linguist-vendored 2 + /.yarn/releases/* binary 3 + /.yarn/plugins/**/* binary 4 + /.pnp.* binary linguist-generated
+17
.gitignore
··· 1 + .yarn/* 2 + !.yarn/patches 3 + !.yarn/plugins 4 + !.yarn/releases 5 + !.yarn/sdks 6 + !.yarn/versions 7 + 8 + # Whether you use PnP or not, the node_modules folder is often used to store 9 + # build artifacts that should be gitignored 10 + node_modules 11 + 12 + # Swap the comments on the following lines if you wish to use zero-installs 13 + # In that case, don't forget to run `yarn config set enableGlobalCache false`! 14 + # Documentation here: https://yarnpkg.com/features/caching#zero-installs 15 + 16 + #!.yarn/cache 17 + .pnp.*
+1
README.md
··· 1 + # keytrace
+4
package.json
··· 1 + { 2 + "name": "keytrace", 3 + "packageManager": "yarn@4.9.2" 4 + }
+12
yarn.lock
··· 1 + # This file is generated by running "yarn install" inside your project. 2 + # Manual changes might be lost - proceed with caution! 3 + 4 + __metadata: 5 + version: 8 6 + cacheKey: 10c0 7 + 8 + "keytrace@workspace:.": 9 + version: 0.0.0-use.local 10 + resolution: "keytrace@workspace:." 11 + languageName: unknown 12 + linkType: soft