forked from 4refr0nt/ESPlorer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed all library's source code - Removed ant builder - Removed useless files/directories - Added gradle to handle project setup and build - Source reformat
- Loading branch information
Showing
620 changed files
with
12,298 additions
and
187,318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files you want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.java text | ||
*.xml text | ||
*.properties text | ||
|
||
# SH files must always use LF. | ||
*.sh eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Eclipse | ||
.classpath | ||
.project | ||
.settings | ||
.metadata | ||
bin/ | ||
/.recommenders/ | ||
|
||
# Idea | ||
*.iml | ||
/.idea/ | ||
|
||
# Gradle | ||
/.gradle/ | ||
*/build/ | ||
|
||
|
||
.DS_Store | ||
.directory | ||
*.log | ||
|
||
/log/ | ||
/build/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.