国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

vue.js - vue upload code to git
習(xí)慣沉默
習(xí)慣沉默 2017-05-31 10:36:06
0
2
874

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.

習(xí)慣沉默
習(xí)慣沉默

reply all(2)
世界只因有你

Create a new file under the project, named .gitignore

Just write the content like this

習(xí)慣沉默

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