1 Star 0 Fork 0

luopengtao/ardublockly

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
######################
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
########
# IDEs #
########
*.komodoproject
.idea/
npp.session
.editorconfig
##########
# Python #
##########
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
*.pot
# Sphinx documentation
docs/_build/
###################
# Node / electron #
###################
# Comprehensive gitignore file in /package/electron directory
# due to build cwd, log might placed in root directory
npm-debug.log*
####################
# Project specific #
####################
# Arduino sketch generated by the Python server
ArdublocklySketch.ino
# Server App settings file generated by the Python server
ServerCompilerSettings.ini
# Desktop application log file
ardublockly.log
ardublockly2.log
# Anything starting with this is created as a unit/module testing temporal file
TestTemp_*
# Miscellaneous files that should not get revisioned
/ignore
# Packaged python build folders and files
/build
/upload
/releases
/arduexec
ardublockly_run.*
# The documentation is built with the GitHub wiki data
/docs
package/ardublocklydocs/site
# Materialize uncompress source
/ardublockly/materialize/materialize_uncompressed.css
/ardublockly/materialize/materialize_uncompressed.js
# The electron package needs the build folder (to be changed in the near future)
!/package/electron/tasks/build/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luopengtao/ardublockly.git
git@gitee.com:luopengtao/ardublockly.git
luopengtao
ardublockly
ardublockly
master

搜索帮助