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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
The truffle migrate command executes "autosave" files in the migrations directory. For example, an Emacs autosave file named 2_deploy_contracts.js~ is executed.
Steps to Reproduce
Create a file named migrations/2_deploy_contracts.js~
Issue
The
truffle migrate
command executes "autosave" files in themigrations
directory. For example, an Emacs autosave file named2_deploy_contracts.js~
is executed.Steps to Reproduce
migrations/2_deploy_contracts.js~
truffle migrate
Expected Behavior
I expected files named
*.js~
to be ignored.Actual Results
Environment
The text was updated successfully, but these errors were encountered: