diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-05-25 18:53:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 18:53:33 -0600 |
commit | 6645f23c4c715b1bc704c88a499b2f4224d7f1e6 (patch) | |
tree | 6aeb51e366254fe8993856a3db341690bb39dca5 /.gitignore | |
parent | 43bdaa2f0eda79c685792b06a2bd84c65806a48f (diff) | |
parent | a6e653be26cc05f4438145fa0082816e9fbbf5fc (diff) |
Merge branch 'dev' into reorder-hotkeys
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,3 +34,6 @@ notification.mp3 /test/stderr.txt /cache.json* /config_states/ +/node_modules +/package-lock.json +/.coverage* |