We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4bca1 commit 0947188Copy full SHA for 0947188
.gitignore
@@ -1,2 +1,2 @@
1
-build
2
-node_modules
+/build/
+/node_modules/
.prettierignore
@@ -0,0 +1 @@
+package.json
package.json
@@ -15,6 +15,7 @@
15
"repository": "ReactTraining/react-stdio",
16
"scripts": {
17
"build": "./scripts/build.sh",
18
+ "clean": "git clean -fdX .",
19
"test": "jest"
20
},
21
"dependencies": {
0 commit comments