2014-11-10 11:55:24 +01:00
|
|
|
|
|
|
|
### Operating systems ###
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
|
|
|
|
### Regular dev ###
|
|
|
|
node_modules
|
|
|
|
npm-debug.log
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
### bower ###
|
|
|
|
/bower_components/*
|
|
|
|
|
2017-06-29 09:47:09 +02:00
|
|
|
### babel ###
|
|
|
|
/dist
|
|
|
|
/dist-test
|
|
|
|
|
2015-02-05 11:54:08 +01:00
|
|
|
/web
|
|
|
|
/target
|
|
|
|
/coverage
|
|
|
|
|
2017-06-29 09:47:09 +02:00
|
|
|
### Test Output ###
|
|
|
|
test/data/**/*.rt.actual.js
|
|
|
|
test/data/**/*.code.js
|
|
|
|
test/data/**/*.actual.html
|
|
|
|
|