Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaolin committed Feb 19, 2017
0 parents commit 16ca6a4
Show file tree
Hide file tree
Showing 291 changed files with 23,590 additions and 0 deletions.
80 changes: 80 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
server_log_home_IS_UNDEFINED

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log

# OS generated files #
######################
.DS_Store*
ehthumbs.db
#Icon?
Thumbs.db

# Editor Files #
################
*~
*.swp

# Gradle Files #
################
.gradle

# Build output directies
/target
*/target
/build
*/build
/generated-sources
*/generated-sources
*Thunderbolt/core/generated-sources/*
var
logs

.idea
# IntelliJ specific files/directories
out
.idea/*
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml

# Eclipse specific files/directories
.classpath
.project
.settings
.metadata
.recommenders

# NetBeans specific files/directories
.nbattrs
*.orig

dev.properties
app.properties

error

*.versionsBackup
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7

script: mvn clean package -DskipTests
Loading

0 comments on commit 16ca6a4

Please sign in to comment.