diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,8 +2,8 @@ node_modules .DS_Store credentials.json *.mp4 -!dist/blank.mp4 npm-debug.log yarn-error.log *.webm .idea/ +dist/ |