chiark
/
gitweb
/
~tthurman
/
dwim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63f50b
)
add package-lock.json and index.bundle.js to .gitignore
author
Marnanel Thurman
<marnanel@thurman.org.uk>
Sat, 4 Dec 2021 22:08:07 +0000
(22:08 +0000)
committer
Marnanel Thurman
<marnanel@thurman.org.uk>
Sat, 4 Dec 2021 22:08:07 +0000
(22:08 +0000)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 5e1e597f59b7e7197160e46fcc60a73cd709625d..69301727d113498fbb6ff0c60b9cdff3ddefb7bd 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-6,3
+6,9
@@
node_modules/
# Generated by Cordova
/plugins/
/platforms/
+
+package-lock.json
+www/index.bundle.js
+
+*.swo
+*.swp