add pnpm-lock to gitignore

This commit is contained in:
SethBurkart123
2023-12-18 07:55:51 +11:00
parent 358d93fd5f
commit 73ea156762
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
node_modules/
package-lock.json
bun.lockb
pnpm-lock.yaml
# Build
package.zip
+1 -1
View File
@@ -8,7 +8,7 @@
</head>
<body class="">
<div id="ExtensionPopup"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>