@@ -1,13 +0,0 @@
-# http://editorconfig.org
-
-root = true
-[*]
-charset = utf-8
-indent_style = space
-indent_size = 2
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
-quote_type = single
-trim_semicolon = true
@@ -1,26 +0,0 @@
-.yarn/*
-!.yarn/releases
-!.yarn/plugins
-!.yarn/sdks
-!.yarn/versions
-.pnp.*
-# make sure this links mirrors what's in scripts/clean
-/archives
-/tmp
-/packages/*/tsconfig.tsbuildinfo
-/packages/*/tsc
-/packages/*/locales
-/packages/*/*.js
-/packages/*/*.css
-/packages/*/*.map
-/packages/*/*.d.ts
-/packages/core/src/locales-all.ts
-# continued in packages-premium/.gitignore
-node_modules
-yarn-error.log