From d17bc0fc4bb057378fadf3f9feb0de1df60d611a Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Mon, 11 Jan 2021 13:41:18 +0100 Subject: :sparkles: Add working bluetooth receiver --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..161c360 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +build +libraries +.yotta.json +yotta_modules +yotta_targets +*.swp +*~ +Makefile +*.hex +*.DS_Store +.vscode +*.uf2 +*.bin +pxtapp +buildcache.json +*.pyc -- cgit v1.2.3