# generated files
temp/

# npm
node_modules/

# all js files in js
js/**/*.js

# all js files in tests except the configs
tests/**/*.js
!tests/e2e-tests/protractor.conf.js
!tests/unit-tests/karma.conf.js

# typescript mappings
**/*.map

# logs
*.log

# test app
app/bower_components/
app/css/jsonforms.css
app/js/jsonforms.js
app/js/jsonforms.min.js

# webstorm
.idea

# mac users
.DS_Store
