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/ node_modules/
package-lock.json package-lock.json
bun.lockb bun.lockb
pnpm-lock.yaml
# Build # Build
package.zip package.zip
+1 -1
View File
@@ -8,7 +8,7 @@
</head> </head>
<body class=""> <body class="">
<div id="ExtensionPopup"></div> <div id="ExtensionPopup"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="./src/main.tsx"></script>
</body> </body>
</html> </html>