Skip to content

Commit e1532f6

Browse files
committed
Adding video files to the .gitignore
1 parent 8bc35ed commit e1532f6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jspm_packages
3939

4040
# Optional REPL history
4141
.node_repl_history
42+
43+
# Video files
44+
*.mp4

app/store/configurePlayerStore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
import { createStore } from 'redux';
44
import { playbackReducer } from '../reducers/playback';
55

6-
export default function () {
6+
export default function configureStore() {
77
return createStore(playbackReducer);
88
}

0 commit comments

Comments
 (0)