]> git.kaiwu.me - njs.git/commitdiff
Introduced .hgignore.
authorJakub Jirutka <jakub@jirutka.cz>
Thu, 22 Oct 2020 20:45:00 +0000 (22:45 +0200)
committerJakub Jirutka <jakub@jirutka.cz>
Thu, 22 Oct 2020 20:45:00 +0000 (22:45 +0200)
.gitignore [new file with mode: 0644]
.hgignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3a18683
--- /dev/null
@@ -0,0 +1,4 @@
+node_modules/
+package-lock.json
+/build/
+/Makefile
diff --git a/.hgignore b/.hgignore
new file mode 100644 (file)
index 0000000..ef1b797
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,4 @@
+/node_modules/
+package-lock.json
+^build/
+^Makefile$