Fix a strange issue with .gitignore excluding files, fixes Jenkins again

This commit is contained in:
NavidK0
2016-03-04 23:45:38 -05:00
parent 1576c895b5
commit a94d583f0b
9 changed files with 792 additions and 21 deletions

11
.gitignore vendored
View File

@@ -1,4 +1,7 @@
*
!src
!build.gradle
!settings.gradle
.gradle
.idea
build
libs
*.iml
*.ipr
*.iws