react-templates/.gitignore

30 lines
314 B
Plaintext
Raw Normal View History

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/*
2015-12-29 11:00:41 +01:00
### babel ###
/dist
2016-03-02 16:35:33 +01:00
/dist-test
2015-12-29 11:00:41 +01:00
2014-12-30 17:10:18 +01:00
/web
2015-01-05 13:11:04 +01:00
/target
2015-01-25 10:18:35 +01:00
/coverage
2014-12-30 17:10:18 +01:00
2015-07-29 16:47:13 +02:00
### Test Output ###
test/data/**/*.rt.actual.js
test/data/**/*.code.js