Remove unnecessary files from version control
This commit is contained in:
+8
-1
@@ -1,4 +1,11 @@
|
||||
.gradle
|
||||
.idea/
|
||||
# Ignore Gradle wrapper files (if you already have gradlew and gradlew.bat)
|
||||
gradle/wrapper/
|
||||
|
||||
# General OS-specific files
|
||||
*.DS_Store
|
||||
Thumbs.db
|
||||
build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/main/**/build/
|
||||
@@ -39,4 +46,4 @@ bin/
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user