Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin committed Jul 17, 2017
1 parent 983c21a commit 9a53e07
Showing 1 changed file with 40 additions and 19 deletions.
59 changes: 40 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
*

!build.gradle
!gradlew
!gradlew.bat
!README.md
!src
!src/*
!src/*/*
!src/*/*/*
!src/*/*/*/*
!src/*/*/*/*/*
!src/*/*/*/*/*/*
!src/*/*/*/*/*/*/*
!src/*/*/*/*/*/*/*/*
!gradle
!gradle/wrapper
!gradle/wrapper/*
!.travis.yml

### Java template
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Gradle template
.gradle
/build/

# Ignore Gradle GUI config
gradle-app.setting

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

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

0 comments on commit 9a53e07

Please sign in to comment.