当前位置:   article > 正文

webstorm gitignore配置_webstome 前端提交git过滤哪些内容

webstome 前端提交git过滤哪些内容

本示例是在mac环境下,windows环境大体相同。

1.从git仓库克隆代码
启动webstorm,选择”checkout out from Version Control”,再选择”git”,输入git url地址,clone克隆仓库。
这里写图片描述

注意:尽量使用一个空仓库,配置gitignore,这样可以避免很多配置麻烦。

2.安装.ignore插件

点击WebStrom->Perferences,在左侧菜单找到Plugins,点击Browse repositories…
  • 1

这里写图片描述

搜索.ignore,点击Install,安装完成后重启WebStorm.然而上述方法安装完IDEA再启动的时候可能会报错。可以去官网https://plugins.jetbrains.com/idea/plugin/7495–ignore 去这个网址下载好压缩包,选择Install plugin from disk。。

3.为项目添加.gitignore file

在项目上右键->New ->.ignore file ->.gitignore file(Git) 
  • 1

这里写图片描述

先选择Example user template好了,以后有什么想过滤的可以自行添加,~最后点击Generate生成

这里写图片描述

注:添加过滤的文件内容

User-specific stuff:

.idea/**/workspace.xml
.idea/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries

Sensitive or high-churn files:

.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

Gradle:

.idea/**/gradle.xml
.idea/**/libraries

CMake

cmake-build-debug/

Mongo Explorer plugin:

.idea/**/mongoSettings.xml

File-based project format:

*.iws

Plugin-specific files:

IntelliJ

/out/

mpeltonen/sbt-idea plugin

.idea_modules/

JIRA plugin

atlassian-ide-plugin.xml

Cursive Clojure plugin

.idea/replstate.xml

Crashlytics plugin (for Android Studio and IntelliJ)

com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

WebStrom属于IntelliJ IDEA,所有它们gitignore配置方法基本相同。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/711724
推荐阅读
相关标签
  

闽ICP备14008679号