Compare commits
No commits in common. "aa3c372d5441ccc7af53459c7d9ae392afcff771" and "45703d743e67278d0e06496b6e5ef65dcc7b159a" have entirely different histories.
aa3c372d54
...
45703d743e
2 changed files with 0 additions and 20 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
.vscode
|
|
||||||
.gradle
|
.gradle
|
||||||
**/build/
|
**/build/
|
||||||
!src/**/build/
|
!src/**/build/
|
||||||
|
@ -20,22 +19,3 @@ gradle-app.setting
|
||||||
.project
|
.project
|
||||||
# JDT-specific (Eclipse Java Development Tools)
|
# JDT-specific (Eclipse Java Development Tools)
|
||||||
.classpath
|
.classpath
|
||||||
|
|
||||||
# Compiled class file
|
|
||||||
*.class
|
|
||||||
|
|
||||||
# Log file
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Package Files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.nar
|
|
||||||
*.ear
|
|
||||||
*.zip
|
|
||||||
*.tar.gz
|
|
||||||
*.rar
|
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
||||||
hs_err_pid*
|
|
||||||
replay_pid*
|
|
||||||
|
|
Loading…
Reference in a new issue