diff --git a/.gitignore b/.gitignore index ec63435..22f3621 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,28 @@ +### custom ### + +# build output build/ +# test coverage output coverage/ +### Node ### + +# Logs +logs +*.log npm-debug.log* + +# Dependency directories node_modules/ +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' *.tgz -.DS_Store -*~ +# dotenv environment variables file +.env