Skip to content

Commit 0947188

Browse files
committedDec 12, 2018
Add "clean" script
1 parent 9b4bca1 commit 0947188

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build
2-
node_modules
1+
/build/
2+
/node_modules/

‎.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package.json

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"repository": "ReactTraining/react-stdio",
1616
"scripts": {
1717
"build": "./scripts/build.sh",
18+
"clean": "git clean -fdX .",
1819
"test": "jest"
1920
},
2021
"dependencies": {

0 commit comments

Comments
 (0)