Browse Source

Initial commit

allen6 3 years ago
commit
04222f2d06
3 changed files with 68 additions and 0 deletions
  1. 61
    0
      .gitignore
  2. 5
    0
      LICENSE
  3. 2
    0
      README.md

+ 61
- 0
.gitignore View File

@@ -0,0 +1,61 @@
1
+# ---> Node
2
+# Logs
3
+logs
4
+*.log
5
+npm-debug.log*
6
+yarn-debug.log*
7
+yarn-error.log*
8
+
9
+# Runtime data
10
+pids
11
+*.pid
12
+*.seed
13
+*.pid.lock
14
+
15
+# Directory for instrumented libs generated by jscoverage/JSCover
16
+lib-cov
17
+
18
+# Coverage directory used by tools like istanbul
19
+coverage
20
+
21
+# nyc test coverage
22
+.nyc_output
23
+
24
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
25
+.grunt
26
+
27
+# Bower dependency directory (https://bower.io/)
28
+bower_components
29
+
30
+# node-waf configuration
31
+.lock-wscript
32
+
33
+# Compiled binary addons (http://nodejs.org/api/addons.html)
34
+build/Release
35
+
36
+# Dependency directories
37
+node_modules/
38
+jspm_packages/
39
+
40
+# Typescript v1 declaration files
41
+typings/
42
+
43
+# Optional npm cache directory
44
+.npm
45
+
46
+# Optional eslint cache
47
+.eslintcache
48
+
49
+# Optional REPL history
50
+.node_repl_history
51
+
52
+# Output of 'npm pack'
53
+*.tgz
54
+
55
+# Yarn Integrity file
56
+.yarn-integrity
57
+
58
+# dotenv environment variables file
59
+.env
60
+
61
+

+ 5
- 0
LICENSE View File

@@ -0,0 +1,5 @@
1
+MIT License
2
+Copyright (c) <year> <copyright holders>
3
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 2
- 0
README.md View File

@@ -0,0 +1,2 @@
1
+# taro-demo
2
+