22 lines
321 B
Plaintext
22 lines
321 B
Plaintext
|
# Created by https://www.toptal.com/developers/gitignore/api/react
|
||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=react
|
||
|
|
||
|
### react ###
|
||
|
.DS_*
|
||
|
*.log
|
||
|
logs
|
||
|
**/*.backup.*
|
||
|
**/*.back.*
|
||
|
|
||
|
node_modules
|
||
|
bower_components
|
||
|
|
||
|
*.sublime*
|
||
|
|
||
|
psd
|
||
|
thumb
|
||
|
sketch
|
||
|
|
||
|
# End of https://www.toptal.com/developers/gitignore/api/react
|
||
|
|