chore: edit .gitignore

This commit is contained in:
Ruidy 2020-10-25 12:10:27 +01:00
parent cce82548bf
commit 00d2bd47cf
5 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View file

@ -21,4 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/vcs.xml
.idea/

View file

@ -1 +1,3 @@
// init redux here
export const store = {};

View file

@ -0,0 +1,3 @@
// store actions
export const action = '';

View file

@ -0,0 +1,3 @@
// reducers
export const reducer = () => {};

View file

@ -0,0 +1,3 @@
// selectors
export const selector = () => '';