リポジトリが一連の異なるプロジェクトを含むフォルダーである場合、.gitignore に何を入れますか? それらは Android Studio のものであり、Maven のものであり、多くの OS で開発されています。
これらの行を入れると思う調査の後、間違いがあるか、より良いアイデアがあるか教えてください:
**/*~
*.com
*.class
*.exe
*.o
*.so
*.DS_Store
*.DS_Store?
*._*
*.Spotlight-V100
*.Trashes
*ehthumbs.db
*Thumbs.db
*desktop.ini
*.apk
*.ap_
*.dex
*.class
*bin/
*gen/
*out/
*.gradle/
*build/
*local.properties
*proguard/
*.log
*.navigation/
*captures/
*.iml
*.idea/workspace.xml
*.idea/libraries
*/.idea/tasks.xml
*target/
*pom.xml.tag
*pom.xml.releaseBackup
*pom.xml.versionsBackup
*pom.xml.next
*release.properties
*dependency-reduced-pom.xml
*buildNumber.properties
*.mvn/timing.properties