mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update CRA gitignore
This commit is contained in:
parent
e3245574bf
commit
45bc3cc47a
1 changed files with 5 additions and 1 deletions
6
web/.gitignore
vendored
6
web/.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
# https://raw.githubusercontent.com/facebook/create-react-app/master/packages/cra-template/template/gitignore
|
||||
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
|
|
@ -18,4 +22,4 @@
|
|||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
yarn-error.log*
|
||||
|
|
|
|||
Loading…
Reference in a new issue