react-templates/.npmignore

25 lines
255 B
Plaintext
Raw Normal View History

2014-11-10 16:30:46 +01:00
### Operating systems ###
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
### Regular dev ###
node_modules
npm-debug.log
.idea
*.iml
### bower ###
/bower_components/*
### tests ###
/test
2014-11-17 14:33:30 +01:00
### gh-pages content ###
index.html
playground