put git overrides last
This commit is contained in:
parent
425e79eb38
commit
c9bbe70fbb
1 changed files with 7 additions and 9 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -2,10 +2,6 @@
|
|||
.gradle
|
||||
build/
|
||||
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
|
||||
### Kotlin/JVM ###
|
||||
*.class
|
||||
*.log
|
||||
|
@ -25,11 +21,6 @@ replay_pid*
|
|||
|
||||
### IntelliJ ###
|
||||
.idea/**/*
|
||||
!.idea/copyright/
|
||||
!.idea/copyright/**
|
||||
!.idea/inspectionProfiles/
|
||||
!.idea/inspectionProfiles/**
|
||||
|
||||
|
||||
### Eclipse ###
|
||||
.metadata
|
||||
|
@ -71,3 +62,10 @@ Icon
|
|||
|
||||
|
||||
###########################
|
||||
|
||||
# place overrides last, so they're not themselves overridden
|
||||
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
!.idea/copyright/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue