File tree 1 file changed +113
-0
lines changed
1 file changed +113
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ## OSX ###
2
+ # General
3
+ .DS_Store
4
+ .AppleDouble
5
+ .LSOverride
6
+
7
+ # Thumbnails
8
+ ._ *
9
+
10
+ # Files that might appear in the root of a volume
11
+ .DocumentRevisions-V100
12
+ .fseventsd
13
+ .Spotlight-V100
14
+ .TemporaryItems
15
+ .Trashes
16
+ .VolumeIcon.icns
17
+ .com.apple.timemachine.donotpresent
18
+
19
+ # Directories potentially created on remote AFP share
20
+ .AppleDB
21
+ .AppleDesktop
22
+ Network Trash Folder
23
+ Temporary Items
24
+ .apdisk
25
+
26
+ # ## Node ###
27
+ # Logs
28
+ logs
29
+ * .log
30
+ npm-debug.log *
31
+ yarn-debug.log *
32
+ yarn-error.log *
33
+ lerna-debug.log *
34
+
35
+ # Diagnostic reports (https://nodejs.org/api/report.html)
36
+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
37
+
38
+ # Runtime data
39
+ pids
40
+ * .pid
41
+ * .seed
42
+ * .pid.lock
43
+
44
+ # Directory for instrumented libs generated by jscoverage/JSCover
45
+ lib-cov
46
+
47
+ # Coverage directory used by tools like istanbul
48
+ coverage
49
+ * .lcov
50
+
51
+ # nyc test coverage
52
+ .nyc_output
53
+
54
+ # node-waf configuration
55
+ .lock-wscript
56
+
57
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
58
+ build /Release
59
+
60
+ # Dependency directories
61
+ node_modules
62
+
63
+
64
+ jspm_packages /
65
+
66
+ # TypeScript v1 declaration files
67
+ typings /
68
+
69
+ # TypeScript cache
70
+ * .tsbuildinfo
71
+
72
+ # Optional npm cache directory
73
+ .npm
74
+
75
+ # Optional eslint cache
76
+ .eslintcache
77
+
78
+ # Optional REPL history
79
+ .node_repl_history
80
+
81
+ # Output of 'npm pack'
82
+ * .tgz
83
+
84
+ # Yarn Integrity file
85
+ .yarn-integrity
86
+
87
+ # pnpm link folder
88
+ pnpm-global
89
+
90
+ # dotenv environment variables file
91
+ .env
92
+ .env.test
93
+
94
+ # parcel-bundler cache (https://parceljs.org/)
95
+ .cache
96
+
97
+ # rollup.js default build output
98
+ dist /
99
+
100
+ # vuepress build output
101
+ .vuepress /dist
102
+
103
+ # Serverless directories
104
+ .serverless /
105
+
106
+ # Temporary folders
107
+ tmp /
108
+ temp /
109
+ TODOs.md
110
+ src /api /index.json
111
+ src /examples /data.json
112
+ src /tutorial /data.json
113
+ draft.md
You can’t perform that action at this time.
0 commit comments