mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
26 lines
262 B
Plaintext
26 lines
262 B
Plaintext
|
|
### Operating systems ###
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
### Regular dev ###
|
|
node_modules
|
|
npm-debug.log
|
|
.idea
|
|
*.iml
|
|
|
|
### bower ###
|
|
/bower_components/*
|
|
|
|
### tests ###
|
|
/test
|
|
|
|
### gh-pages content ###
|
|
/index.html
|
|
/playground
|
|
/web
|