diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..1a4c50f --- /dev/null +++ b/.env.test @@ -0,0 +1 @@ +REACT_APP_API_URL=http://example.com/ diff --git a/.gitignore b/.gitignore index da1e94b..e56ac42 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ yarn-error.log* # custom .eslintcache -.env* \ No newline at end of file +.env \ No newline at end of file