Fix a strange issue with .gitignore excluding files, fixes Jenkins again
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
*
|
||||
!src
|
||||
!build.gradle
|
||||
!settings.gradle
|
||||
.gradle
|
||||
.idea
|
||||
build
|
||||
libs
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
Reference in New Issue
Block a user