mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Ignore local data dir in idea and git
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
26369c3cca
commit
d39d2883e2
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
||||
/confluence/target
|
||||
/dependencies
|
||||
/dist
|
||||
/local
|
||||
/gh-pages
|
||||
/ideaSDK
|
||||
/clionSDK
|
||||
|
||||
@@ -461,6 +461,7 @@ configure<IdeaModel> {
|
||||
module {
|
||||
excludeDirs = files(
|
||||
project.buildDir,
|
||||
commonLocalDataDir,
|
||||
".gradle",
|
||||
"dependencies",
|
||||
"dist",
|
||||
|
||||
Reference in New Issue
Block a user