-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (29 loc) · 713 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (29 loc) · 713 Bytes
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
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
# https://dart.dev/guides/libraries/private-files
# Created by `dart pub`
.dart_tool/
# Avoid committing pubspec.lock for library packages; see
# https://dart.dev/guides/libraries/private-files#pubspeclock.
pubspec.lock
# Externally managed source files
example/input_files/JMdict_e_examp
example/input_files/kanjidic2.xml
example/input_files/pitch_accents.txt
example/input_files/frequency_list.txt
example/input_files/enamdict_utf-8
example/input_files/mecab.zip
example/input_files/grammar_list.json
example/input_files/kradfile
# Temporary and output files
example/temp_files/
example/output_files/