diff options
author | Sam Potts <sam@potts.es> | 2018-07-02 23:11:50 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-07-02 23:11:50 +1000 |
commit | e61ebd8d05b270aba93580e28999bc2af22b2686 (patch) | |
tree | 6fe01bd9ac8bb79a352f323b2453052969e78018 /.gitignore | |
parent | 3bf1c59bd6a5beb32ee76ba46e37692c2b1c077f (diff) | |
parent | 6eeca8b5d1c9faa4573e403a9ec060dd99d092e5 (diff) | |
download | plyr-e61ebd8d05b270aba93580e28999bc2af22b2686.tar.lz plyr-e61ebd8d05b270aba93580e28999bc2af22b2686.tar.xz plyr-e61ebd8d05b270aba93580e28999bc2af22b2686.zip |
Merge branch 'develop' into a11y-improvements
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ aws.json !dist/blank.mp4 index-*.html npm-debug.log -*.webm +yarn-error.log package-lock.json +*.webm .idea/ - |