yll
пре 4 година
1 измењених фајлова са
9 додато и
0 уклоњено
-
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
|