Panagiotis Psonis
05/26/2022, 11:43 AMnpm init sst
does not produce a .gitignore file. Is this intended behavior?manitej
05/26/2022, 11:44 AMPanagiotis Psonis
05/26/2022, 11:53 AMthdxr
05/26/2022, 12:39 PMmanitej
05/26/2022, 1:08 PMKlaus
05/26/2022, 2:16 PM.gitignore
file with some sane minimal defaults e.g. excluding .env
and the .build
and node_modules
foldersKlaus
05/26/2022, 2:18 PMFrank
.gitignore
in thereFrank
Frank
npm init sst
does NOT generate .gitignore
file
• running cd packages/create-sst && yarn create-sst
inside the repo DOES generate .gitignore
Not sure what’s causing the differences. Can you take a look?Panagiotis Psonis
05/27/2022, 9:04 AMnpm i create-sst
and go to <package_path>/bin/presets/base/javascript/templates/
the .gitignore file is not there. However, it does appear in the GitHub repository. Hope that helps a bit.thdxr
05/27/2022, 5:13 PMthdxr
05/27/2022, 5:13 PMPanagiotis Psonis
05/27/2022, 6:10 PM