21 lines
211 B
Plaintext
21 lines
211 B
Plaintext
|
# 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
|