# 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

# Ignoring local NPM modules
node_modules

# Ignoring folders - compiled versions of Amber
# local NPM modules, tmp
dist
tmp