Skip to content

Commit 207544b

Browse files
committed
feat(cubejs-cli): Add node_modules to .gitignore
1 parent 9f044d3 commit 207544b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cubejs-cli/templates.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ const dotEnv = env => {
5151
}[env.dbType] || defaultDotEnvVars(env);
5252
};
5353

54-
const gitIgnore = '.env';
54+
const gitIgnore = `.env
55+
node_modules
56+
`;
5557

5658
const serverlessYml = env => `service: ${env.projectName}
5759

0 commit comments

Comments
 (0)