mirror of
https://github.com/rjNemo/react_template
synced 2026-06-06 06:26:41 +00:00
chore: edit .gitignore
This commit is contained in:
parent
cce82548bf
commit
00d2bd47cf
5 changed files with 12 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -21,4 +21,4 @@
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
.idea/vcs.xml
|
.idea/
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
// init redux here
|
// init redux here
|
||||||
|
|
||||||
|
export const store = {};
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// store actions
|
||||||
|
|
||||||
|
export const action = '';
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// reducers
|
||||||
|
|
||||||
|
export const reducer = () => {};
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// selectors
|
||||||
|
|
||||||
|
export const selector = () => '';
|
||||||
Loading…
Reference in a new issue