vue.js - vue upload code to git
習慣沉默
習慣沉默 2017-05-31 10:36:06
0
2
695

I want to upload the vue project to git, but without uploading the node-module dependency, what should I choose for git add?
Is there any command to upload other files without selecting a certain file?
You can’t git add the folder that needs to be uploaded every time.

習慣沉默
習慣沉默

reply all(2)
世界只因有你

Create a new file under the project, named .gitignore

Just write the content like this

習慣沉默

The

.gitignore file is used to mark which files are used to ignore submissions. Fill in the corresponding files or directories in it to ignore uploading

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!