add a template file for React
This commit is contained in:
parent
4488915eec
commit
7a16f66441
20
community/JavaScript/React.gitignore
Normal file
20
community/JavaScript/React.gitignore
Normal file
@ -0,0 +1,20 @@
|
||||
# gitignore template for Vue.js projects
|
||||
#
|
||||
# Recommended template: Node.gitignore
|
||||
|
||||
.DS_*
|
||||
*.log
|
||||
logs
|
||||
**/*.backup.*
|
||||
**/*.back.*
|
||||
|
||||
#ignores node modules
|
||||
node_modules/
|
||||
|
||||
bower_components
|
||||
|
||||
*.sublime*
|
||||
|
||||
psd
|
||||
thumb
|
||||
sketch
|
Loading…
Reference in New Issue
Block a user