Skip to content

Commit aaa0b2f

Browse files
AjayAjay
authored andcommitted
Remove unnecessary files
1 parent f1c192d commit aaa0b2f

8 files changed

Lines changed: 2 additions & 65 deletions

File tree

.babelrc

Lines changed: 0 additions & 12 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/copilot-instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ import { VirtualizedList } from '../../components/VirtualizedList';
277277
## CI/CD
278278

279279
- GitHub Actions workflows are in `.github/workflows/`.
280-
- GitLab CI config is in `.gitlab-ci.yml` at the root.
281280
- Do not commit directly to `main` — use feature branches and PRs.
282281

283282
---

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node CI
1+
name: GitHub Actions
22

33
on: [push]
44

.gitlab-ci.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "virtualized-list",
33
"version": "0.0.1",
44
"description": "A virtualized list component in React virtual dom. Based on Brian vaughn's react-window.",
5-
"main": "src/index.ts",
5+
"main": "index.html",
66
"license": "MIT",
77
"dependencies": {
88
"@apollo/client": "^4.1.6",

static/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/Screenshot.png

-127 KB
Binary file not shown.

0 commit comments

Comments
 (0)