-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
108 lines (87 loc) · 1.5 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# ignore keys
key.properties
keys/**
# python
python
.venv/**
# keys
android/app/key.jks
# ignore none mock tflite models
CNN_single_char.tflite
# libraries
*.so
# ignore LoC counter
.VSCodeCounter/
# binaries in blob folder
blobs/**
!blobs/.gitkeep
macos/libtensorflowlite_c-mac.dylib
# ignore the dictionary files but keep the folder
assets/dict/*
!assets/dict/.gitkeep
# ignore mecab files
assets/ipadic
assets/__MACOSX
assets/ipadic.zip
# plugins to ignore
# ignore custom tf lite flutter repo
# plugins/tflite_flutter_plugin/
./plugins/kagome_dart/*
macos/libtensorflowlite_c-mac.dylib
# ignore all keys in keys folder
keys/DaKanjiRecognizer.jks
# ignore built snaps and the none template snapcraft.yaml
*.snap
# ignore ephemerals
macos/Flutter/ephemeral/**
linux/flutter/ephemeral/**
# ios build files
ios/build/**
# flatpak
build-dir
repo
dakanji_flatpak_repo
.flatpak-builder
flatpak_build
flatpak/.flatpak-builder
flatpak/build
flatpak/DaKanji
flatpak/DaKanji.zip
flatpak/DaKanji.tar.xz
flatpak/DaKanji.tar.gz
flatpak/bundle.zip
com.DaAppLab.DaKanji.flatpak
# keys
dakanji.env
**/env.g.dart