From 7c2b1ac2699964d6e5e864ea20ff5a73fd7d3b24 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Fri, 6 Jan 2023 13:30:56 +0100 Subject: [PATCH] Define 'local' gitignore for examples' packages. --- .gitignore | 2 -- examples/hello_world/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 examples/hello_world/.gitignore diff --git a/.gitignore b/.gitignore index 51b2578b..84665a91 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,3 @@ .idea _site/ temp -build/ -assets/ \ No newline at end of file diff --git a/examples/hello_world/.gitignore b/examples/hello_world/.gitignore new file mode 100644 index 00000000..a1931639 --- /dev/null +++ b/examples/hello_world/.gitignore @@ -0,0 +1,2 @@ +build/ +assets/