mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-09 16:15:45 +02:00
19 lines
187 B
Plaintext
19 lines
187 B
Plaintext
|
|
### Operating systems ###
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
### Regular dev ###
|
|
node_modules
|
|
npm-debug.log
|
|
.idea
|
|
*.iml
|
|
|
|
### bower ###
|
|
/bower_components/*
|
|
|