Skip to content

Commit

Permalink
build: remove example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
awran5 committed Oct 4, 2022
1 parent d46f6ce commit ba14d8d
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 291 deletions.
25 changes: 0 additions & 25 deletions example/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions example/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions example/package.json

This file was deleted.

Binary file removed example/public/favicon.ico
Binary file not shown.
43 changes: 0 additions & 43 deletions example/public/index.html

This file was deleted.

Binary file removed example/public/logo192.png
Binary file not shown.
Binary file removed example/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions example/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions example/public/robots.txt

This file was deleted.

38 changes: 0 additions & 38 deletions example/src/App.css

This file was deleted.

21 changes: 0 additions & 21 deletions example/src/App.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions example/src/index.css

This file was deleted.

11 changes: 0 additions & 11 deletions example/src/index.tsx

This file was deleted.

1 change: 0 additions & 1 deletion example/src/logo.svg

This file was deleted.

1 change: 0 additions & 1 deletion example/src/react-app-env.d.ts

This file was deleted.

26 changes: 0 additions & 26 deletions example/tsconfig.json

This file was deleted.

7 changes: 0 additions & 7 deletions example/yarn.lock

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "example"]
"exclude": ["node_modules", "dist"]
}

0 comments on commit ba14d8d

Please sign in to comment.