add gitignore file

This commit is contained in:
vbarda
2024-06-18 11:00:15 -04:00
parent 79f0b4860d
commit 06f764f33d
2 changed files with 8 additions and 3 deletions
-3
View File
@@ -75,13 +75,10 @@
cache: "yarn"
cache-dependency-path: ${{ matrix.working-directory }}/yarn.lock
- name: Install dependencies
working-directory: ${{ matrix.working-directory }}
run: yarn install
- name: Run lint
working-directory: ${{ matrix.working-directory }}
run: yarn lint
- name: Build
working-directory: ${{ matrix.working-directory }}
run: yarn build
ci_success:
+8
View File
@@ -0,0 +1,8 @@
/client.cjs
/client.js
/client.d.ts
/client.d.cts
/index.cjs
/index.js
/index.d.ts
/index.d.cts