Skip to content

Commit 1bffa4c

Browse files
npvernigaearon
authored andcommitted
Ignores my-app* directories (#86)
The Contributing instructions in the README give my-app as the sample app name when running `npm run create-react-app my-app`. This just adds those directories to the .gitignore so they don't accidentally get committed.
1 parent ab90e7f commit 1bffa4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
build
33
.DS_Store
44
*.tgz
5+
my-app*

0 commit comments

Comments
 (0)