File tree 1 file changed +90
-0
lines changed
1 file changed +90
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Created by https://www.gitignore.io/api/node,appbuilder
3
+ # Edit at https://www.gitignore.io/?templates=node,appbuilder
4
+
5
+ # ## AppBuilder ###
6
+ .ab /
7
+
8
+ # ## Node ###
9
+ # Logs
10
+ logs
11
+ * .log
12
+ npm-debug.log *
13
+ yarn-debug.log *
14
+ yarn-error.log *
15
+
16
+ # Runtime data
17
+ pids
18
+ * .pid
19
+ * .seed
20
+ * .pid.lock
21
+
22
+ # Directory for instrumented libs generated by jscoverage/JSCover
23
+ lib-cov
24
+
25
+ # Coverage directory used by tools like istanbul
26
+ coverage
27
+
28
+ # nyc test coverage
29
+ .nyc_output
30
+
31
+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
32
+ .grunt
33
+
34
+ # Bower dependency directory (https://bower.io/)
35
+ bower_components
36
+
37
+ # node-waf configuration
38
+ .lock-wscript
39
+
40
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
41
+ build /Release
42
+
43
+ # Dependency directories
44
+ node_modules /
45
+ jspm_packages /
46
+
47
+ # TypeScript v1 declaration files
48
+ typings /
49
+
50
+ # Optional npm cache directory
51
+ .npm
52
+
53
+ # Optional eslint cache
54
+ .eslintcache
55
+
56
+ # Optional REPL history
57
+ .node_repl_history
58
+
59
+ # Output of 'npm pack'
60
+ * .tgz
61
+
62
+ # Yarn Integrity file
63
+ .yarn-integrity
64
+
65
+ # dotenv environment variables file
66
+ .env
67
+ .env.test
68
+
69
+ # parcel-bundler cache (https://parceljs.org/)
70
+ .cache
71
+
72
+ # next.js build output
73
+ .next
74
+
75
+ # nuxt.js build output
76
+ .nuxt
77
+
78
+ # vuepress build output
79
+ .vuepress /dist
80
+
81
+ # Serverless directories
82
+ .serverless /
83
+
84
+ # FuseBox cache
85
+ .fusebox /
86
+
87
+ # DynamoDB Local files
88
+ .dynamodb /
89
+
90
+ # End of https://www.gitignore.io/api/node,appbuilder
You can’t perform that action at this time.
0 commit comments