You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add ignore and parse-gitignore dependency
* add dependency signore and parse-gitignore
* adding git-folder argument
* handle .gitignore
* check if gitignore exists
* add getAbsolutePath function
* use absolute path function
* change argument name
* change behaviour: default ignore files / alway ignore .git
* Move function estimateTxsFees
* Support for flag --include-git-folder-files
* support for gitignore
* change var name entry to folderPath
* update libs
* update package to use archethic v1.14
* Refactor git ignore and handle nested gitignore
Co-authored-by: erisson <[email protected]>
Co-authored-by: Neylix <[email protected]>
Is your feature request related to a problem?
If we are deploying in a folder containing .git, the CLI will deploy all the files including .git directory.
Describe the solution you'd like
So to avoid unnecessary uploads, we should exclude .git folder and handle files/folder in .gitignore to avoid mistakes.
Additional context
No response
The text was updated successfully, but these errors were encountered: