Skip to content
Snippets Groups Projects
Commit b4e16bd5 authored by WeichenXu's avatar WeichenXu Committed by Sean Owen
Browse files

[GIT] add pydev & Rstudio project file to gitignore list

## What changes were proposed in this pull request?

Add Pydev & Rstudio project file to gitignore list, I think the two IEDs are used by many developers.
so that won't need personal gitignore_global config.

## How was this patch tested?

N/A

Author: WeichenXu <WeichenXu123@outlook.com>

Closes #14293 from WeichenXu123/update_gitignore.
parent 2c72a443
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
.idea/
.idea_modules/
.project
.pydevproject
.scala_dependencies
.settings
/lib/
......@@ -78,3 +79,6 @@ spark-warehouse/
.RData
.RHistory
.Rhistory
*.Rproj
*.Rproj.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment