Skip to content

Commit c91483e

Browse files
committed
QuillKanji v0.0.1
0 parents  commit c91483e

39 files changed

+673
-0
lines changed

.gitignore

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
#Random
2+
.classpath
3+
.idea/
4+
.settings/
5+
bin/
6+
.project
7+
8+
9+
#Vscode
10+
.vscode/*
11+
!.vscode/settings.json
12+
!.vscode/tasks.json
13+
!.vscode/launch.json
14+
!.vscode/extensions.json
15+
*.code-workspace
16+
.history/
17+
18+
#Gradle Stuff
19+
.gradle
20+
**/build/
21+
!src/**/build/
22+
gradle-app.setting
23+
!gradle-wrapper.jar
24+
.gradletasknamecache
25+
26+
#Logs
27+
hs_err_*log
28+
29+
30+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
31+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
32+
33+
# User-specific stuff
34+
.idea/**/workspace.xml
35+
.idea/**/tasks.xml
36+
.idea/**/usage.statistics.xml
37+
.idea/**/dictionaries
38+
.idea/**/shelf
39+
40+
# Generated files
41+
.idea/**/contentModel.xml
42+
43+
# Sensitive or high-churn files
44+
.idea/**/dataSources/
45+
.idea/**/dataSources.ids
46+
.idea/**/dataSources.local.xml
47+
.idea/**/sqlDataSources.xml
48+
.idea/**/dynamic.xml
49+
.idea/**/uiDesigner.xml
50+
.idea/**/dbnavigator.xml
51+
52+
# Gradle
53+
.idea/**/gradle.xml
54+
.idea/**/libraries
55+
56+
# Gradle and Maven with auto-import
57+
# When using Gradle or Maven with auto-import, you should exclude module files,
58+
# since they will be recreated, and may cause churn. Uncomment if using
59+
# auto-import.
60+
# .idea/artifacts
61+
# .idea/compiler.xml
62+
# .idea/jarRepositories.xml
63+
# .idea/modules.xml
64+
# .idea/*.iml
65+
# .idea/modules
66+
# *.iml
67+
# *.ipr
68+
69+
# CMake
70+
cmake-build-*/
71+
72+
# Mongo Explorer plugin
73+
.idea/**/mongoSettings.xml
74+
75+
# File-based project format
76+
*.iws
77+
78+
# IntelliJ
79+
out/
80+
81+
# mpeltonen/sbt-idea plugin
82+
.idea_modules/
83+
84+
# JIRA plugin
85+
atlassian-ide-plugin.xml
86+
87+
# Cursive Clojure plugin
88+
.idea/replstate.xml
89+
90+
# Crashlytics plugin (for Android Studio and IntelliJ)
91+
com_crashlytics_export_strings.xml
92+
crashlytics.properties
93+
crashlytics-build.properties
94+
fabric.properties
95+
96+
# Editor-based Rest Client
97+
.idea/httpRequests
98+
99+
# Android studio 3.1+ serialized cache file
100+
.idea/caches/build_file_checksums.ser

Dictionaries/KieriCake/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"title":"KireiCake","format":3,"revision":"rikai2","sequenced":true}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[["P","popular",-10,"",0],["exp","expression",-5,"",0],["id","expression",-5,"",0],["arch","archaism",-4,"",0],["iK","archaism",-4,"",0]]

Dictionaries/KieriCake/term_bank_1.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

Dictionaries/KieriCake/term_bank_10.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

Dictionaries/KieriCake/term_bank_11.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

Dictionaries/KieriCake/term_bank_12.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

Dictionaries/KieriCake/term_bank_13.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

Dictionaries/KieriCake/term_bank_14.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

Dictionaries/KieriCake/term_bank_15.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)