Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanguyen committed Jul 28, 2023
1 parent 77f9cbf commit 09f2e3b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pnpm-debug.log*
# Editor directories and files
.idea
.vscode
.npmrc
*.suo
*.ntvs*
*.njsproj
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.eslintrc
.idea
.prettierrc
.npmrc

src/scss/
node_modules/
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue Concise Carousel is SSR and CSR friendly</title>
<script type="module" crossorigin src="/assets/index.9a7b52b4.js"></script>
<link rel="modulepreload" href="/assets/vendor.1e466b40.js">
<script type="module" crossorigin src="/assets/index.a27ed2d4.js"></script>
<link rel="modulepreload" href="/assets/vendor.b77b2fb4.js">
<link rel="stylesheet" href="/assets/index.38e53d8b.css">
</head>
<body>
Expand Down

0 comments on commit 09f2e3b

Please sign in to comment.