diff --git a/.fernignore b/.fernignore index 8c76167..52a689a 100644 --- a/.fernignore +++ b/.fernignore @@ -8,4 +8,5 @@ package.json yarn.lock .github README.md -tests/sde.test.ts \ No newline at end of file +tests/sde.test.ts +.gitignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index 72271e0..fb3e0d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .DS_Store -/dist \ No newline at end of file +/dist +.idea/ \ No newline at end of file