diff --git a/.gitignore b/.gitignore index b02b9d6ec..f771e49f4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ package-lock.json /deployment/bare_metal/nginx/update-page/updating.html /deployment/bare_metal/log /deployment/bare_metal/backup +/.nvmrc diff --git a/admin/.gitignore b/admin/.gitignore index 6bb62f667..d78b066c1 100644 --- a/admin/.gitignore +++ b/admin/.gitignore @@ -9,4 +9,5 @@ dist/ coverage/ # emacs -*~ \ No newline at end of file +*~ +/.nvmrc diff --git a/backend/.gitignore b/backend/.gitignore index 147e82849..2381e9abc 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -5,4 +5,5 @@ package-json.lock coverage # emacs -*~ \ No newline at end of file +*~ +/.nvmrc diff --git a/database/.gitignore b/database/.gitignore index bce5da58f..d1bd69ed3 100644 --- a/database/.gitignore +++ b/database/.gitignore @@ -24,4 +24,5 @@ package-lock.json coverage/ -*~ \ No newline at end of file +*~ +/.nvmrc diff --git a/frontend/.gitignore b/frontend/.gitignore index b19667d17..2054a5cd5 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -23,4 +23,5 @@ package-lock.json coverage/ -*~ \ No newline at end of file +*~ +/.nvmrc