5541d030a5
- Frame and Layer CRUD actions are now registered and can be cancelled - Limited performance impact while drawing - Improved frame cache invalidation
26 lines
No EOL
427 B
Text
26 lines
No EOL
427 B
Text
# mac artefacts
|
|
*.DS_Store
|
|
|
|
# nodejs local installs
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location)
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# git stackdumps
|
|
*.stackdump
|
|
|
|
# builds
|
|
build/*.js
|
|
build/*.css
|
|
|
|
# diffs
|
|
diff.txt
|
|
|
|
# Closure compiler generated JS binary.
|
|
build/closure/closure_compiled_binary.js
|
|
|
|
# marked as private
|
|
*.private.* |