diff --git a/.gitignore b/.gitignore index 594d0dc3e..4b8801edb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/* **/**/.env +**/**/.npmrc .DS_Store diff --git a/front/.env.example b/front/.env.example index 544d0d4c0..b4ab84278 100644 --- a/front/.env.example +++ b/front/.env.example @@ -1,2 +1 @@ -REACT_APP_API_URL=http://localhost:3000 -FONTAWESOME_NPM_AUTH_TOKEN=REPLACE_ME \ No newline at end of file +REACT_APP_API_URL=http://localhost:3000 \ No newline at end of file diff --git a/front/.npmrc b/front/.npmrc deleted file mode 100644 index 1e023808d..000000000 --- a/front/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -@fortawesome:registry=https://npm.fontawesome.com/ -//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN} \ No newline at end of file diff --git a/front/.npmrc.example b/front/.npmrc.example new file mode 100644 index 000000000..49114eae1 --- /dev/null +++ b/front/.npmrc.example @@ -0,0 +1,2 @@ +@fortawesome:registry=https://npm.fontawesome.com/ +//npm.fontawesome.com/:_authToken=REPLACE_ME \ No newline at end of file