We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eaad86 commit d7a7343Copy full SHA for d7a7343
docs/jetbrains/gitignore插件.md
@@ -0,0 +1,10 @@
1
+
2
+# .gitignore插件
3
4
5
+1. 点击`菜单栏 -> File -> Settings`,打开系统设置面板;
6
+2. 在后侧选择`Plugins`,在左侧输入`.ignore`插件名,搜索并安装;
7
+3. 完成安装后,点击项目名,右键`New -> .ignore file -> .gitignore file(Git)`,打开配置面板;
8
+4. 在面板左侧选择需要配置,比如语言(`C/C++/Python`),工具(`Jetbrains`)等等;
9
+5. 在面板后侧会显示综合配置选项后生成的`.gitignore`文件;
10
+6. 点击`Generate`选项即可生成忽略文件。
mkdocs.yml
@@ -54,6 +54,7 @@ nav:
54
- '安装': './jetbrains/安装.md'
55
- '学生认证': './jetbrains/学生认证.md'
56
- '文件模板': './jetbrains/文件模板.md'
57
+ - '.gitignore插件': './jetbrains/gitignore插件.md'
58
- '问题解答': './jetbrains/troubleshooting.md'
59
- CLion:
60
- 'OpenCV配置': './jetbrains/clion-OpenCV配置.md'
0 commit comments