This website works better with JavaScript.
Home
Help
Sign In
tecer
/
BlocklyDuino
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update gitignore for development files
zeedee
carlosperate
5 years ago
parent
cfc575cd30
commit
623d0af789
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
.gitignore
+ 13
- 0
.gitignore
View File
@ -1,2 +1,15 @@
.DS_store
._*
Thumbs.db
Desktop.ini
# Project files
ino_project
# Closure library needed for uncompressed development
/closure-library
/closure-library-read-only
# Python byte-compiled / optimized
__pycache__/
*.py[cod]
Write
Preview
Loading…
Cancel
Save