Skip to content

Commit e39e555

Browse files
committed
web publication
2 parents 1d1d983 + c8daf9b commit e39e555

Some content is hidden

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

73 files changed

+5080
-381
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.gitignore

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,41 @@ atlassian-ide-plugin.xml
8686
com_crashlytics_export_strings.xml
8787
crashlytics.properties
8888
crashlytics-build.properties
89-
*.iml
89+
90+
.gradle
91+
!gradle/wrapper/gradle-wrapper.jar
92+
!**/src/main/**/build/
93+
!**/src/test/**/build/
94+
95+
### IntelliJ IDEA ###
96+
.idea/modules.xml
97+
.idea/jarRepositories.xml
98+
.idea/compiler.xml
99+
.idea/libraries/
100+
out/
101+
!**/src/main/**/out/
102+
!**/src/test/**/out/
103+
104+
### Eclipse ###
105+
.apt_generated
106+
.classpath
107+
.factorypath
108+
.project
109+
.settings
110+
.springBeans
111+
.sts4-cache
112+
!**/src/main/**/bin/
113+
!**/src/test/**/bin/
114+
115+
### NetBeans ###
116+
/nbproject/private/
117+
/nbbuild/
118+
/dist/
119+
/nbdist/
120+
/.nb-gradle/
121+
122+
### VS Code ###
123+
.vscode/
124+
125+
### Mac OS ###
126+
.DS_Store
-17 Bytes
Binary file not shown.

.gradle/buildOutputCleanup/cache.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.
-296 KB
Binary file not shown.

.gradle/checksums/checksums.lock

-17 Bytes
Binary file not shown.
-39.5 KB
Binary file not shown.
-151 KB
Binary file not shown.
-19.7 KB
Binary file not shown.
-20.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)