.gitignore 146 Bytes
Newer Older
1
2
3
4
# Mac OS Format File
.DS_Store

# VScode setting File
KangMin An's avatar
KangMin An committed
5
.vscode/*
6

Spark's avatar
Spark committed
7
8
9
10
node_modules/*
package-lock.json
package.json

11
# Arduino File
12
arduino/code/test/*