Skip to content

Commit

Permalink
Merge pull request #15 from ppamorim/master
Browse files Browse the repository at this point in the history
Strucure cleanup thanks ppamorim
  • Loading branch information
linger1216 committed Feb 29, 2016
2 parents 80e4bad + b04b039 commit fd720b3
Show file tree
Hide file tree
Showing 23 changed files with 62 additions and 1,322 deletions.
55 changes: 33 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,40 @@
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
# Custom
_site

# Local configuration file (sdk path, etc)
local.properties
# Ant
MANIFEST.MF
./*.jar
build.num
build

# Proguard folder generated by Eclipse
proguard/
# ADT
.classpath
.project
.settings
local.properties
bin
gen
_layouts
proguard.cfg

# Log Files
*.log
# OSX
.DS_Store

# Built application files
*.apk
*.ap_
# Github
gh-pages

# Files for the Dalvik VM
*.dex
# Gradle
.gradle
build

# Java class files
*.class
# IDEA
*.iml
*.ipr
*.iws
out
.idea

# Generated files
bin/
gen/
# Maven
target
release.properties
pom.xml.*
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

226 changes: 0 additions & 226 deletions .idea/findbugs-idea.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/gradle.xml

This file was deleted.

46 changes: 0 additions & 46 deletions .idea/misc.xml

This file was deleted.

Loading

0 comments on commit fd720b3

Please sign in to comment.