Skip to content

Commit

Permalink
fix: 🐛 data element hover update + aesthetic updates
Browse files Browse the repository at this point in the history
greenstick committed Mar 6, 2024
1 parent 4d18c62 commit d695c31
Showing 13 changed files with 204 additions and 36,755 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
package-lock.json
node_modules
.DS_Store
.yarn/*
@@ -32,7 +31,10 @@ coverage
# API Platform specific files
*.pyc

# Auto generate typescript files
# Auto generated package manager files
package-lock.json

# Auto generated typescript files
# auto-imports.d.ts is needed for vue-tsc to work. Other solution is to flip build and tsc in package.json `"build": "run-s build-only type-check",`
!auto-imports.d.ts
components.d.ts
Loading

0 comments on commit d695c31

Please sign in to comment.