Skip to content

Commit d7cba51

Browse files
authored
Add .run folder to .gitignore (#389)
Starting with version 2020.1 Beta 2, IntelliJ IDEA users may store run configurations in a separate `.run` folder instead of under `.idea`. https://blog.jetbrains.com/idea/2020/03/intellij-idea-2020-1-beta2/
1 parent a826181 commit d7cba51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# IntelliJ IDE files
22
# See: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
33
.idea/
4+
.run/
45
*.iml
56
google-ads/*.iml
67
google-ads-examples/*.iml

0 commit comments

Comments
 (0)