mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
add gitignore file
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
/client.cjs
|
||||
/client.js
|
||||
/client.d.ts
|
||||
/client.d.cts
|
||||
/index.cjs
|
||||
/index.js
|
||||
/index.d.ts
|
||||
/index.d.cts
|
||||
Reference in New Issue
Block a user