Skip to content

Commit 2ba0db5

Browse files
authored
fix .gitignore again (mono#2162)
1 parent f2a87c4 commit 2ba0db5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4+
# Intellij Idea (JetBrains) and Android Studio
5+
.idea
6+
47
# Repository-specific files
58
output/
69
output-temp/
@@ -299,4 +302,3 @@ Carthage/Build
299302

300303
fastlane/report.xml
301304
fastlane/screenshots
302-
/.idea

0 commit comments

Comments
 (0)