diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89c0ed1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore build directory +build*/ + +# Ignore shared directories +shared-*/ + +# Some log files from scripts +*.log + +# device type manifest stuff +/node_modules +*.json + +# dynamically created by the build script +conf-notes.txt