We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b642d05 commit 1c78e49Copy full SHA for 1c78e49
.npmignore
@@ -229,3 +229,35 @@ buck-out/
229
\.buckd/
230
lib/android/app/libs
231
lib/android/keystores/debug.keystore
232
+
233
+# Tests
234
+**/*.test.js
235
+**/*.test.jsx
236
+**/*.test.ts
237
+**/*.test.d.ts
238
+**/*.test.tsx
239
240
+# TS configs
241
+tsconfig.build.json
242
+tsconfig.json
243
+tsconfig-strict.json
244
+tslint.json
245
246
+# Eslint
247
+.eslintignore
248
+.eslintrc.js
249
250
+# Docs
251
+CONTRIBUTING.md
252
253
+# Editor
254
+.vscode
255
+jsconfig.json
256
257
+# Other
258
+babel.config.js
259
+.watchmanconfig
260
+.logo.png
261
+.grenrc.js
262
+.clang-format
263
+.prettierrc
0 commit comments