-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow customization of which files to exclude during CustomMakeBuilder:CopySource
#3350
Comments
Also thanks for this ticket! We will be pulling it in for internal discussion! |
Yes please! My makefile being in the root causes sam build to take over 10 minutes to complete just because of node_modules. |
We have a few issues asking for a similar thing in |
|
Describe your idea/feature/enhancement
Related to some of what I said in #3348
If your source tree has a lot of files, think golang
vendor/
folder AND alsonode_modules
,CustomMakeBuilder:CopySource
is super slow to the point of not even completing in many minutes (not sure if just the way it copies is also inefficient?) The root folder was close to 500MB, so not a lot of storage but I guess a lot of files.Proposal
It will be great if you can support reading
.gitignore
or allow for a.samignore
file that will allow us to exclude large directories which are not needed for building but are naturally in the repo because of the project structure you might have in place.Additional Details
Thank you!
The text was updated successfully, but these errors were encountered: