Skip to content

Commit b3e1b55

Browse files
committed
MultiLoader
1 parent 27fba4f commit b3e1b55

File tree

98 files changed

+883
-601173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+883
-601173
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* text eol=lf
2+
*.bat text eol=crlf
3+
*.patch text eol=lf
4+
*.java text eol=lf
5+
*.gradle text eol=crlf
6+
*.png binary
7+
*.gif binary
8+
*.exe binary
9+
*.dll binary
10+
*.jar binary
11+
*.lzma binary
12+
*.zip binary
13+
*.pyd binary
14+
*.cfg text eol=lf
15+
*.jks binary

.gitignore

Lines changed: 19 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,24 @@
1-
# User-specific stuff
2-
.idea/
3-
4-
*.iml
1+
# eclipse
2+
bin
3+
*.launch
4+
.settings
5+
.metadata
6+
.classpath
7+
.project
8+
9+
# idea
10+
out
511
*.ipr
612
*.iws
13+
*.iml
14+
.idea/*
15+
!.idea/scopes
716

8-
# IntelliJ
9-
out/
10-
# mpeltonen/sbt-idea plugin
11-
.idea_modules/
12-
13-
# JIRA plugin
14-
atlassian-ide-plugin.xml
15-
16-
# Compiled class file
17-
*.class
18-
19-
# Log file
20-
*.log
21-
22-
# BlueJ files
23-
*.ctxt
24-
25-
# Package Files #
26-
*.jar
27-
*.war
28-
*.nar
29-
*.ear
30-
*.zip
31-
*.tar.gz
32-
*.rar
33-
34-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
35-
hs_err_pid*
36-
37-
*~
38-
39-
# temporary files which can be created if a process still has a handle open of a deleted file
40-
.fuse_hidden*
41-
42-
# KDE directory preferences
43-
.directory
44-
45-
# Linux trash folder which might appear on any partition or disk
46-
.Trash-*
47-
48-
# .nfs files are created when an open file is removed but is still being accessed
49-
.nfs*
50-
51-
# General
52-
.DS_Store
53-
.AppleDouble
54-
.LSOverride
55-
56-
# Icon must end with two \r
57-
Icon
58-
59-
# Thumbnails
60-
._*
61-
62-
# Files that might appear in the root of a volume
63-
.DocumentRevisions-V100
64-
.fseventsd
65-
.Spotlight-V100
66-
.TemporaryItems
67-
.Trashes
68-
.VolumeIcon.icns
69-
.com.apple.timemachine.donotpresent
70-
71-
# Directories potentially created on remote AFP share
72-
.AppleDB
73-
.AppleDesktop
74-
Network Trash Folder
75-
Temporary Items
76-
.apdisk
77-
78-
# Windows thumbnail cache files
79-
Thumbs.db
80-
Thumbs.db:encryptable
81-
ehthumbs.db
82-
ehthumbs_vista.db
83-
84-
# Dump file
85-
*.stackdump
86-
87-
# Folder config file
88-
[Dd]esktop.ini
89-
90-
# Recycle Bin used on file shares
91-
$RECYCLE.BIN/
92-
93-
# Windows Installer files
94-
*.cab
95-
*.msi
96-
*.msix
97-
*.msm
98-
*.msp
99-
100-
# Windows shortcuts
101-
*.lnk
102-
17+
# gradle
18+
build
10319
.gradle
104-
build/
105-
106-
# Ignore Gradle GUI config
107-
gradle-app.setting
108-
109-
# Cache of project
110-
.gradletasknamecache
111-
112-
**/build/
113-
114-
# Common working directory
115-
run/
116-
runs/
11720

118-
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
119-
!gradle-wrapper.jar
21+
# other
22+
eclipse
23+
run
24+
runs
-17 Bytes
Binary file not shown.
-18.2 KB
Binary file not shown.
-18.4 KB
Binary file not shown.
-17 Bytes
Binary file not shown.

.gradle/8.4/dependencies-accessors/gc.properties

Whitespace-only changes.
-19.8 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)