yll
4 rokov pred
1 zmenil súbory, kde vykonal
9 pridanie a
0 odobranie
-
9
0
.gitignore
|
@@ -5,3 +5,12 @@
|
|
|
|
|
|
|
|
# Ignore weibo data file
|
|
# Ignore weibo data file
|
|
|
testdata/weibo_data.txt
|
|
testdata/weibo_data.txt
|
|
|
|
|
+
|
|
|
|
|
+# temp files
|
|
|
|
|
+*.exe
|
|
|
|
|
+*.log
|
|
|
|
|
+*.toml
|
|
|
|
|
+
|
|
|
|
|
+# editor
|
|
|
|
|
+.vscode
|
|
|
|
|
+.idea
|