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/