|
1 |
| -dist/ |
2 |
| -docs/.vuepress/dist/ |
3 |
| - |
4 |
| -cache |
| 1 | +**/coverage/ |
| 2 | +**/node_modules/ |
| 3 | +**/dist/ |
| 4 | +**/cache/ |
5 | 5 |
|
6 | 6 | ### Node ###
|
7 |
| -# Logs |
8 | 7 | logs
|
9 | 8 | *.log
|
10 | 9 | npm-debug.log*
|
11 | 10 | yarn-debug.log*
|
12 | 11 | yarn-error.log*
|
13 | 12 | lerna-debug.log*
|
14 | 13 |
|
15 |
| -# Diagnostic reports (https://nodejs.org/api/report.html) |
16 |
| -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json |
17 |
| - |
18 |
| -# Runtime data |
19 |
| -pids |
20 |
| -*.pid |
21 |
| -*.seed |
22 |
| -*.pid.lock |
23 |
| - |
24 |
| -# Directory for instrumented libs generated by jscoverage/JSCover |
25 |
| -lib-cov |
26 |
| - |
27 |
| -# Coverage directory used by tools like istanbul |
28 |
| -coverage |
29 |
| -*.lcov |
30 |
| - |
31 |
| -# nyc test coverage |
32 |
| -.nyc_output |
33 |
| - |
34 |
| -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
35 |
| -.grunt |
36 |
| - |
37 |
| -# Bower dependency directory (https://bower.io/) |
38 |
| -bower_components |
39 |
| - |
40 |
| -# node-waf configuration |
41 |
| -.lock-wscript |
42 |
| - |
43 |
| -# Compiled binary addons (https://nodejs.org/api/addons.html) |
44 |
| -build/Release |
45 |
| - |
46 |
| -# Dependency directories |
47 |
| -node_modules/ |
48 |
| -jspm_packages/ |
49 |
| - |
50 |
| -# TypeScript v1 declaration files |
51 |
| -typings/ |
52 |
| - |
53 |
| -# TypeScript cache |
54 |
| -*.tsbuildinfo |
55 |
| - |
56 |
| -# Optional npm cache directory |
57 |
| -.npm |
58 |
| - |
59 |
| -# Optional eslint cache |
60 |
| -.eslintcache |
61 |
| - |
62 |
| -# Microbundle cache |
63 |
| -.rpt2_cache/ |
64 |
| -.rts2_cache_cjs/ |
65 |
| -.rts2_cache_es/ |
66 |
| -.rts2_cache_umd/ |
67 |
| - |
68 |
| -# Optional REPL history |
69 |
| -.node_repl_history |
70 |
| - |
71 |
| -# Output of 'npm pack' |
72 |
| -*.tgz |
73 |
| - |
74 |
| -# Yarn Integrity file |
75 |
| -.yarn-integrity |
76 |
| - |
77 |
| -# dotenv environment variables file |
78 |
| -.env |
79 |
| -.env.test |
80 |
| - |
81 |
| -# parcel-bundler cache (https://parceljs.org/) |
82 |
| -.cache |
83 |
| - |
84 |
| -# Next.js build output |
85 |
| -.next |
86 |
| - |
87 |
| -# Nuxt.js build / generate output |
88 |
| -.nuxt |
89 |
| -dist |
90 |
| - |
91 |
| -# Gatsby files |
92 |
| -.cache/ |
93 |
| -# Comment in the public line in if your project uses Gatsby and not Next.js |
94 |
| -# https://nextjs.org/blog/next-9-1#public-directory-support |
95 |
| -# public |
96 |
| - |
97 |
| -# vuepress build output |
98 |
| -.vuepress/dist |
99 |
| - |
100 |
| -# Serverless directories |
101 |
| -.serverless/ |
102 |
| - |
103 |
| -# FuseBox cache |
104 |
| -.fusebox/ |
105 |
| - |
106 |
| -# DynamoDB Local files |
107 |
| -.dynamodb/ |
108 |
| - |
109 |
| -# TernJS port file |
110 |
| -.tern-port |
111 |
| - |
112 |
| -# Stores VSCode versions used for testing VSCode extensions |
113 |
| -.vscode-test |
114 |
| - |
115 |
| -### WebStorm ### |
116 |
| -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
117 |
| -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
118 |
| - |
119 |
| -# User-specific stuff |
120 |
| -.idea/**/workspace.xml |
121 |
| -.idea/**/tasks.xml |
122 |
| -.idea/**/usage.statistics.xml |
123 |
| -.idea/**/dictionaries |
124 |
| -.idea/**/shelf |
125 |
| - |
126 |
| -# Generated files |
127 |
| -.idea/**/contentModel.xml |
128 |
| - |
129 |
| -# Sensitive or high-churn files |
130 |
| -.idea/**/dataSources/ |
131 |
| -.idea/**/dataSources.ids |
132 |
| -.idea/**/dataSources.local.xml |
133 |
| -.idea/**/sqlDataSources.xml |
134 |
| -.idea/**/dynamic.xml |
135 |
| -.idea/**/uiDesigner.xml |
136 |
| -.idea/**/dbnavigator.xml |
137 |
| - |
138 |
| -# File-based project format |
139 |
| -*.iws |
140 |
| - |
141 |
| -# IntelliJ |
142 |
| -out/ |
143 |
| - |
144 |
| -# mpeltonen/sbt-idea plugin |
145 |
| -.idea_modules/ |
146 |
| - |
147 |
| -# JIRA plugin |
148 |
| -atlassian-ide-plugin.xml |
149 |
| - |
150 |
| -# Cursive Clojure plugin |
151 |
| -.idea/replstate.xml |
152 |
| - |
153 |
| -# Crashlytics plugin (for Android Studio and IntelliJ) |
154 |
| -com_crashlytics_export_strings.xml |
155 |
| -crashlytics.properties |
156 |
| -crashlytics-build.properties |
157 |
| -fabric.properties |
158 |
| - |
159 |
| -# Editor-based Rest Client |
160 |
| -.idea/httpRequests |
161 |
| - |
162 |
| -# Android studio 3.1+ serialized cache file |
163 |
| -.idea/caches/build_file_checksums.ser |
164 |
| - |
165 |
| -### WebStorm Patch ### |
166 |
| -# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
167 |
| - |
168 |
| -# Sonarlint plugin |
169 |
| -# https://plugins.jetbrains.com/plugin/7973-sonarlint |
170 |
| -.idea/**/sonarlint/ |
171 |
| - |
172 |
| -# SonarQube Plugin |
173 |
| -# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
174 |
| -.idea/**/sonarIssues.xml |
175 |
| - |
176 |
| -# Markdown Navigator plugin |
177 |
| -# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
178 |
| -.idea/**/markdown-navigator.xml |
179 |
| -.idea/**/markdown-navigator-enh.xml |
180 |
| -.idea/**/markdown-navigator/ |
181 |
| - |
182 |
| -# Cache file creation bug |
183 |
| -# See https://youtrack.jetbrains.com/issue/JBR-2257 |
184 |
| -.idea/$CACHE_FILE$ |
185 |
| - |
186 |
| -# CodeStream plugin |
187 |
| -# https://plugins.jetbrains.com/plugin/12206-codestream |
188 |
| -.idea/codestream.xml |
189 |
| - |
190 | 14 | # OS X
|
191 | 15 | .DS_Store
|
0 commit comments