File tree Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ## Node ###
2
+ # Logs
3
+ logs
4
+ * .log
5
+ npm-debug.log *
6
+ yarn.lock
7
+
8
+ # Runtime data
9
+ pids
10
+ * .pid
11
+ * .seed
12
+ * .pid.lock
13
+
14
+ # Directory for instrumented libs generated by jscoverage/JSCover
15
+ lib-cov
16
+
17
+ # Coverage directory used by tools like istanbul
18
+ coverage
19
+
20
+ # nyc test coverage
21
+ .nyc_output
22
+
23
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24
+ .grunt
25
+
26
+ # node-waf configuration
27
+ .lock-wscript
28
+
29
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
30
+ build /Release
31
+
32
+ # Dependency directories
33
+ node_modules
34
+ jspm_packages
35
+ .idea
36
+
37
+ # Optional npm cache directory
38
+ .npm
39
+
40
+ # Optional eslint cache
41
+ .eslintcache
42
+
43
+ # Optional REPL history
44
+ .node_repl_history
45
+
46
+ # Output of 'npm pack'
47
+ * .tgz
48
+
49
+ # Yarn Integrity file
50
+ .yarn-integrity
51
+
52
+
53
+ # Build Files
54
+ public /
55
+ .cache /
56
+
57
+ # Gatsby context
58
+ .gatsby-context.js
59
+
60
+ # Bundle stats
61
+ bundle-stats.json
Original file line number Diff line number Diff line change
1
+ # pinkX 小粉红编帖助手
2
+
3
+ ### 我为什么要做一个小粉红编帖助手?
4
+ 1 . 能写编帖的宣传数量跟不上需求量。
5
+ 2 . 使用简单通用的样式,就能满足部分剧组的需要。
6
+ 3 . 编帖宣传本身也需要能根据成员名单,直接生成HTML代码的工具。
7
+ 4 . 模板样式的代码,可供新编帖宣传进行学习。
8
+ 5 . 我自己练手。
You can’t perform that action at this time.
0 commit comments