This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree 1 file changed +94
-0
lines changed
1 file changed +94
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Created by .ignore support plugin (hsz.mobi)
2
+ # ## Node template
3
+ # Logs
4
+ logs
5
+ * .log
6
+ npm-debug.log *
7
+
8
+ # Runtime data
9
+ pids
10
+ * .pid
11
+ * .seed
12
+
13
+ # Directory for instrumented libs generated by jscoverage/JSCover
14
+ lib-cov
15
+
16
+ # Coverage directory used by tools like istanbul
17
+ coverage
18
+
19
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
20
+ build /Release
21
+
22
+ # Dependency directory
23
+ node_modules
24
+
25
+ /.codeclimate.yml
26
+ /.gitignore
27
+ /.gitattributes
28
+ /.npmignore
29
+ /.travis.yml
30
+ /.eslintignore
31
+ /.eslintrc
32
+
33
+ # Build System files
34
+ /tslint.json
35
+ /rollup-uglify.conf.js
36
+ /rollup.conf.js
37
+ /protractor.config.js
38
+ /systemjs.config.js
39
+
40
+ # Typescript source files
41
+ * .ts
42
+ ! * .d.ts
43
+ * .js.map
44
+ ! /bundles /* .js.map
45
+ ! * .metadata.json
46
+ tsconfig.json
47
+ tsconfig-build.json
48
+
49
+
50
+ # Editor specific
51
+ .idea
52
+ .vscode
53
+
54
+ # test cases
55
+ karma-test-shim.js
56
+ karma.conf.js
57
+ test
58
+ _test-output
59
+
60
+ # other stuffs
61
+ .github
62
+ DEVELOPER.md
63
+ .editorconfig
64
+
65
+ # angular-datatables specific
66
+ .bowerrc
67
+ .editorconfig
68
+ .git *
69
+ .jshintrc
70
+ .esformatter
71
+ Gruntfile.js
72
+ test
73
+ node_modules
74
+ src
75
+ .travis.yml
76
+ vendor
77
+ data.json
78
+ data1.json
79
+ demo
80
+ favicon.png
81
+ index.html
82
+ README.md
83
+ CONTRIBUTING.md
84
+ server.js
85
+ styles
86
+ _config.yml
87
+ grunt
88
+ images
89
+ package.json
90
+ archives
91
+ archives.json
92
+ dtOptions.json
93
+ dtColumns.json
94
+ .tmp
You can’t perform that action at this time.
0 commit comments