mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
a61d77790b
* chore(gitignore): add vscode and intellij ide folders to gitignore * Update .gitignore --------- Co-authored-by: Sojin Park <raon0211@gmail.com>
22 lines
179 B
Plaintext
22 lines
179 B
Plaintext
.DS_Store
|
|
|
|
.idea/
|
|
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
.pnp.cjs
|
|
.pnp.loader.mjs
|
|
|
|
node_modules
|
|
coverage
|
|
dist
|
|
.junit
|
|
out
|
|
*.d.ts
|
|
*.tgz
|