From 1e058a86572d418a7c57bbe7e4709ce775308e5b Mon Sep 17 00:00:00 2001 From: akaretnikov Date: Tue, 18 Feb 2025 15:16:36 +0300 Subject: [PATCH] add node_modules to gitignore commit_hash:a77c86b1079b1a9545ca4e21d3a7661e39bc8e5a --- .gitignore | 2 ++ .mapping.json | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a56a7ef4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules + diff --git a/.mapping.json b/.mapping.json index bd251ac5..6de71d30 100644 --- a/.mapping.json +++ b/.mapping.json @@ -3,6 +3,7 @@ ".gitattributes":"perforator/opensource/github_toplevel/.gitattributes", ".github/workflows/postcommit.yaml":"perforator/opensource/github_toplevel/.github/workflows/postcommit.yaml", ".github/workflows/release.yaml":"perforator/opensource/github_toplevel/.github/workflows/release.yaml", + ".gitignore":"perforator/opensource/github_toplevel/.gitignore", "CONTRIBUTING.md":"perforator/opensource/github_toplevel/CONTRIBUTING.md", "LICENSE":"perforator/opensource/github_toplevel/LICENSE", "README.md":"perforator/opensource/github_toplevel/README.md",