Clean idea files generated on the gradle import, add them to .gitignore
This commit is contained in:
committed by
Ilya Chernikov
parent
3e46c59187
commit
3f8170d369
+9
-1
@@ -6,6 +6,7 @@
|
||||
/dist
|
||||
/gh-pages
|
||||
/ideaSDK
|
||||
/clionSDK
|
||||
/android-studio/sdk
|
||||
out/
|
||||
/tmp
|
||||
@@ -23,4 +24,11 @@ build/
|
||||
!**/src/**/build
|
||||
*.iml
|
||||
!**/test/**/build
|
||||
|
||||
.idea/modules.xml
|
||||
.idea/libraries/Gradle*.xml
|
||||
.idea/modules
|
||||
.idea/modules.xml
|
||||
.idea/gradle.xml
|
||||
.idea/compiler.xml
|
||||
.idea/inspectionProfiles/profiles_settings.xml
|
||||
.idea/.name
|
||||
|
||||
Reference in New Issue
Block a user