remove node_modules and .gitignore them
This commit is contained in:
-3
@@ -1,3 +0,0 @@
|
||||
export const ENV_PROFILE = "AWS_PROFILE";
|
||||
export const DEFAULT_PROFILE = "default";
|
||||
export const getProfileName = (init) => init.profile || process.env[ENV_PROFILE] || DEFAULT_PROFILE;
|
||||
Reference in New Issue
Block a user