We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1589755 commit 5183208Copy full SHA for 5183208
.gitignore
@@ -5,5 +5,7 @@ build
5
my-app*
6
template/src/__tests__/__snapshots__/
7
lerna-debug.log
8
-npm-debug.log
+npm-debug.log*
9
+yarn-debug.log*
10
+yarn-error.log*
11
/.changelog
packages/react-scripts/template/gitignore
@@ -12,4 +12,7 @@
12
# misc
13
.DS_Store
14
.env
15
16
17
18
+
0 commit comments