1234567891011121314151617 |
- # Ignoring compiled files in examples etc
- examples/nodejs/**/*.js
- examples/webos/**/*.js
- server/FileServer*.js
- # Ignoring Mac Finder files
- .DS_Store
- # Ignoring compiled files in st
- st/*.js
- # Ignoring run.js in test/
- test/run.js
- # In case amber is also saved in a local Subversion
- .svn
- /node_modules/*
|