blob: 05a7e23003bdc674a6ab866a2c8fba468af876d5 [file] [log] [blame] [edit]
# Normally (from the root) we ignore .idea folders, but the ones present
# in ide_templates/ and templates/ are real folders we intend to copy as part of
# "flutter create".
!ide_templates/intellij/.idea
!templates/**/.idea
# Do not need gradle cache of flutter gradle plugin code checked in.
gradle/bin/**