git name
2020-01-22 5454ebd40162281f44297db22ad16d3589553913
commit | author | age
f3b017 1 # General
RS 2 .DS_Store
3 .AppleDouble
4 .LSOverride
5
6 # Icon must end with two \r
7 Icon
8
9 # Thumbnails
10 ._*
11
12 # Files that might appear in the root of a volume
13 .DocumentRevisions-V100
14 .fseventsd
15 .Spotlight-V100
16 .TemporaryItems
17 .Trashes
18 .VolumeIcon.icns
19 .com.apple.timemachine.donotpresent
20
21 # Directories potentially created on remote AFP share
22 .AppleDB
23 .AppleDesktop
24 Network Trash Folder
25 Temporary Items
26 .apdisk
27
28 # Logs
29 logs
30 *.log
31 npm-debug.log*
32 yarn-debug.log*
33 yarn-error.log*
34 lerna-debug.log*
35
36 # Diagnostic reports (https://nodejs.org/api/report.html)
37 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
38
39 # Runtime data
40 pids
41 *.pid
42 *.seed
43 *.pid.lock
44
45 # Directory for instrumented libs generated by jscoverage/JSCover
46 lib-cov
47
48 # Coverage directory used by tools like istanbul
49 coverage
50 *.lcov
51
52 # nyc test coverage
53 .nyc_output
54
55 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
56 .grunt
57
58 # Bower dependency directory (https://bower.io/)
59 bower_components
60
61 # node-waf configuration
62 .lock-wscript
63
64 # Compiled binary addons (https://nodejs.org/api/addons.html)
65 build/Release
66
67 # Dependency directories
68 node_modules/
69 jspm_packages/
70
71 # TypeScript v1 declaration files
72 typings/
73
74 # TypeScript cache
75 *.tsbuildinfo
76
77 # Optional npm cache directory
78 .npm
79
80 # Optional eslint cache
81 .eslintcache
82
83 # Optional REPL history
84 .node_repl_history
85
86 # Output of 'npm pack'
87 *.tgz
88
89 # Yarn Integrity file
90 .yarn-integrity
91
92 # dotenv environment variables file
93 .env
94 .env.test
95
96 # parcel-bundler cache (https://parceljs.org/)
97 .cache
98
99 # next.js build output
100 .next
101
102 # nuxt.js build output
103 .nuxt
104
105 # vuepress build output
106 .vuepress/dist
107
108 # Serverless directories
109 .serverless/
110
111 # FuseBox cache
112 .fusebox/
113
114 # DynamoDB Local files
115 .dynamodb/