File tree Expand file tree Collapse file tree 1 file changed +0
-71
lines changed Expand file tree Collapse file tree 1 file changed +0
-71
lines changed Original file line number Diff line number Diff line change 1
- .idea /
2
-
3
- # ## App ###
4
-
5
- .cachedb
6
-
7
-
8
- # Created by https://www.gitignore.io/api/osx,node
9
-
10
- # ## OSX ###
11
- .DS_Store
12
- .AppleDouble
13
- .LSOverride
14
-
15
- # Icon must end with two \r
16
- Icon
17
-
18
-
19
- # Thumbnails
20
- ._ *
21
-
22
- # Files that might appear in the root of a volume
23
- .DocumentRevisions-V100
24
- .fseventsd
25
- .Spotlight-V100
26
- .TemporaryItems
27
- .Trashes
28
- .VolumeIcon.icns
29
-
30
- # Directories potentially created on remote AFP share
31
- .AppleDB
32
- .AppleDesktop
33
- Network Trash Folder
34
- Temporary Items
35
- .apdisk
36
-
37
-
38
- # ## Node ###
39
- # Logs
40
- logs
41
- * .log
42
- npm-debug.log *
43
-
44
- # Runtime data
45
- pids
46
- * .pid
47
- * .seed
48
-
49
- # Directory for instrumented libs generated by jscoverage/JSCover
50
- lib-cov
51
-
52
- # Coverage directory used by tools like istanbul
53
- coverage
54
- .nyc_output
55
-
56
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
57
- .grunt
58
-
59
- # node-waf configuration
60
- .lock-wscript
61
-
62
- # Compiled binary addons (http://nodejs.org/api/addons.html)
63
- build /Release
64
-
65
- # Dependency directory
66
- # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
67
- node_modules
68
- package-lock.json
69
-
70
- # Build folder
71
- dist
72
1
You can’t perform that action at this time.
0 commit comments