Initial commit of 001code-html Scratch frontend project.
Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
48
scratch-blocks/.gitignore
vendored
Normal file
48
scratch-blocks/.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
# OSX
|
||||
.DS_Store
|
||||
|
||||
# NPM
|
||||
/node_modules
|
||||
npm-*
|
||||
|
||||
# Localization / I18N
|
||||
common.pyc
|
||||
.settings
|
||||
.project
|
||||
*.pyc
|
||||
*.komodoproject
|
||||
/nbproject/private/
|
||||
|
||||
# Unused by scratch-blocks
|
||||
dart_compressed.js
|
||||
javascript_compressed.js
|
||||
lua_compressed.js
|
||||
php_compressed.js
|
||||
python_compressed.js
|
||||
|
||||
# Editor
|
||||
.vscode
|
||||
|
||||
/accessible/*
|
||||
/dist
|
||||
/msg/js/*
|
||||
!/msg/js/en.js
|
||||
/msg/json/*
|
||||
!/msg/json/en.json
|
||||
/blockly_compressed_horizontal.js
|
||||
/blockly_compressed_vertical.js
|
||||
/blockly_uncompressed_horizontal.js
|
||||
/blockly_uncompressed_vertical.js
|
||||
/blocks_compressed_horizontal.js
|
||||
/blocks_compressed_vertical.js
|
||||
/blocks_compressed.js
|
||||
/gh-pages/main.js
|
||||
/gh-pages/playgrounds
|
||||
/gh-pages/Gemfile.lock
|
||||
/gh-pages/closure-library
|
||||
/gh-pages/_site
|
||||
/*compiler*.jar
|
||||
/local_blockly_compressed_vertical.js
|
||||
/chromedriver
|
||||
# --flagfiles used on Windows
|
||||
/*.config
|
||||
Reference in New Issue
Block a user