Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(devops): Ignore node_modules and temp files (#19)
# Motivation `git status` shows uninteresting results: `node_modules` and temp files show up. Also, a placeholder `assets.tar.gz` is created but is not needed; that is inherited from the nns-dapp. # Changes - Ignore the node_modules directory and temp files with names starting with , (comma). - Don't create the `assets.tar.gz` # Tests Running git-status locally now shows cleaner output.
- Loading branch information