diff --git a/.gitignore b/.gitignore index 4ae777d8..65ac27f1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ node_modules *.css.d.ts build *.o +.DS_Store # Auto-generated by lib/feature-plugin.js src/features-worker/index.ts diff --git a/cli/.DS_Store b/cli/.DS_Store deleted file mode 100644 index ceb4825c..00000000 Binary files a/cli/.DS_Store and /dev/null differ diff --git a/cli/.gitignore b/cli/.gitignore index dd87e2d7..fe743988 100644 --- a/cli/.gitignore +++ b/cli/.gitignore @@ -1,2 +1,3 @@ node_modules build +.DS_Store