Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 8662fb0

Browse files
committed
updating version; addgin hardware/tools to gitignore
1 parent 362327f commit 8662fb0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ build/Release
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules/
2828
*.idea
29+
30+
# tools dir
31+
hardware/tools

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"title": "Arduino",
44
"description": "Arduino brackets extension",
55
"homepage": "http://arduino.org",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"author": "Arduino.org Team <[email protected]>"
8-
}
8+
}

0 commit comments

Comments
 (0)