From b6ac55e5c63ea06a3dec8cd5efd7ecc5cfa8e413 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Mon, 24 Oct 2022 22:59:09 +0200 Subject: [PATCH] Added .gitignore files --- WindowAPI/.gitignore | 2 ++ WindowAPI_Test/.gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 WindowAPI/.gitignore create mode 100644 WindowAPI_Test/.gitignore diff --git a/WindowAPI/.gitignore b/WindowAPI/.gitignore new file mode 100644 index 0000000..4fff935 --- /dev/null +++ b/WindowAPI/.gitignore @@ -0,0 +1,2 @@ +/node_modules +/dist \ No newline at end of file diff --git a/WindowAPI_Test/.gitignore b/WindowAPI_Test/.gitignore new file mode 100644 index 0000000..7094b04 --- /dev/null +++ b/WindowAPI_Test/.gitignore @@ -0,0 +1 @@ +/node_modules \ No newline at end of file