- Remove .gradle/ directory from git tracking (build cache files) - Add .gradle/ to .gitignore to prevent future tracking - Clean up repository by excluding unnecessary build artifacts Gradle build cache files (fileHashes, configuration-cache, etc.) are machine-specific and should not be committed to version control. This improves repository cleanliness and prevents build conflicts.
777 B
777 B