diff options
Diffstat (limited to 'examples/react/.gitignore')
-rw-r--r-- | examples/react/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/react/.gitignore b/examples/react/.gitignore index 4d29575de..ee1e49b71 100644 --- a/examples/react/.gitignore +++ b/examples/react/.gitignore @@ -1,3 +1,12 @@ +**/*.trace +**/*.zip +**/*.tar.gz +**/*.tgz +**/*.log + +package-lock.json +**/*.bun + # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies |