amber
Version:
An implementation of the Smalltalk language that runs on top of the JS runtime.
23 lines (15 loc) • 341 B
Plain Text
# Ignoring Mac Finder files
.DS_Store
# Ignoring test runner
/test_runner.js
# In case amber is also saved in a local Subversion
.svn
# Ignoring local NPM modules
node_modules/
# Ignoring local bower modules
bower_components/
# Other generated or transient files
/config.js
# Exclude the externals and internals
/external/
/internal/