# Build .gradle build/ target/ # 忽略所有子目录中的 build 和 target **/build/ **/target/ # IDE .idea/** .idea/ *.iml *.ipr *.iws # Logs *.log # Others *.swp