Skip to content

Commit baabe76

Browse files
Move parsing code out of da-collab into da-parser repo (#125)
1 parent ec6b56d commit baabe76

File tree

13 files changed

+445
-3389
lines changed

13 files changed

+445
-3389
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ lerna-debug.log*
99
tmp
1010

1111
junit
12+
.DS_Store
1213

1314
# Diagnostic reports (https://nodejs.org/api/report.html)
1415
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -135,4 +136,4 @@ dist
135136
.yarn/build-state.yml
136137
.yarn/install-state.gz
137138
.pnp.*
138-
wrangler-versioned.toml
139+
wrangler-versioned.toml

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineConfig([
1717
globalIgnores([
1818
'coverage',
1919
'dist/*',
20+
'.wrangler',
2021
]),
2122
{
2223
languageOptions: {

0 commit comments

Comments
 (0)