diff --git a/.gitignore b/.gitignore index ea3c918..27b81c4 100644 --- a/.gitignore +++ b/.gitignore @@ -40,8 +40,6 @@ build/Release # Dependency directories node_modules/ jspm_packages/ -config.js - # TypeScript v1 declaration files typings/ @@ -87,3 +85,4 @@ typings/ # DynamoDB Local files .dynamodb/ +config.js