Skip to content

Commit

Permalink
ci(fix): lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Nov 6, 2024
1 parent d1ddbb8 commit 33c8b56
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9,373 deletions.
47 changes: 24 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# build output
dist/

# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

.nuxtjs-project/
# build output
dist/

# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

.nuxtjs-project/
**-lock.json
Loading

0 comments on commit 33c8b56

Please sign in to comment.