react-templates/.gitignore

35 lines
400 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/*
2017-06-29 09:47:09 +02:00
### babel ###
/dist
/dist-test
/web
/target
/coverage
/.nyc_output
2017-06-29 09:47:09 +02:00
### Test Output ###
test/data/**/*.rt.actual.js
test/data/**/*.code.js
test/data/**/*.actual.html
2017-06-29 10:47:09 +02:00
/package-lock.json
2017-06-29 14:46:37 +02:00
/yarn.lock
/yarn-error.log