Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet BÜTÜN authored and Ahmet BÜTÜN committed Oct 3, 2016
1 parent 40060b8 commit 80c0390
Show file tree
Hide file tree
Showing 25 changed files with 5,892 additions and 4 deletions.
75 changes: 71 additions & 4 deletions .gitignore
@@ -1,4 +1,71 @@
/bin/
/target/
/.classpath
/.project
*.pydevproject
.metadata
bin/
build/
target/
tmp/
.gradle
*.tmp
*.bak
*.swp
*~.nib
local.properties
/*.settings/
.loadpath

*.class

# Eclipse Core
/*.project

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# JDT-specific (Eclipse Java Development Tools)
/*.classpath

# Java annotation processor (APT)
.factorypath

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
.texlipse

# Package Files #
*.jar
*.war
*.ear
*.db

#idea
.idea/
*.iml
gradlew*
*.log
out/
gradle/
test.java

# OS Files #
.DS_Store

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini
/logs/

.springBeans
*.log.gz
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

0 comments on commit 80c0390

Please sign in to comment.