Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
Ignore gradle.properties

I have to use a gradle properties file to specify java 11 jdk path for jabref, beacause android app development still requires java 8
  • Loading branch information
Siedlerchr committed Oct 1, 2019
1 parent 631cec5 commit a1e953a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ $RECYCLE.BIN/
# Ignore Gradle GUI config
gradle-app.setting

# Ignore gradle.properties file for custom jdk settings
gradle.properties

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

Expand All @@ -355,3 +358,7 @@ lib/ojdbc.jar

# do not ignore JabRef icons (they are ignored by the macos setting above)
!src/main/java/org/jabref/gui/icon

# Ignore some eclipse annotation stuff
/.apt_generated/
/.apt_generated_tests/

0 comments on commit a1e953a

Please sign in to comment.