[njs] Introduced .hgignore.
Dmitry Volyntsev
xeioex at nginx.com
Thu Oct 29 13:00:00 UTC 2020
details: https://hg.nginx.org/njs/rev/3e0684a2e793
branches:
changeset: 1549:3e0684a2e793
user: Jakub Jirutka <jakub at jirutka.cz>
date: Thu Oct 22 22:45:00 2020 +0200
description:
Introduced .hgignore.
diffstat:
.gitignore | 4 ++++
.hgignore | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r ff14a0253f15 -r 3e0684a2e793 .gitignore
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore Thu Oct 22 22:45:00 2020 +0200
@@ -0,0 +1,4 @@
+node_modules/
+package-lock.json
+/build/
+/Makefile
diff -r ff14a0253f15 -r 3e0684a2e793 .hgignore
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore Thu Oct 22 22:45:00 2020 +0200
@@ -0,0 +1,4 @@
+/node_modules/
+package-lock.json
+^build/
+^Makefile$
More information about the nginx-devel
mailing list