Skip to content

Commit

Permalink
prepare for Gradle support
Browse files Browse the repository at this point in the history
  • Loading branch information
cpurdy committed Apr 16, 2020
1 parent aca68b9 commit 237258a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Thumbs.db
# build directory #
###################
classes/
build/

# user-specific project files #
###############################
Expand All @@ -55,3 +56,7 @@ prj/
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Gradle-specific project files #
#################################
.gradle

0 comments on commit 237258a

Please sign in to comment.