Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Jun 24, 2024
1 parent 21799dc commit bbc007e
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 497 deletions.
13 changes: 12 additions & 1 deletion frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
# Dependency directories
node_modules/
jspm_packages/
package-lock.json

dist
dist-ssr
*.local

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
93 changes: 0 additions & 93 deletions frontend/src/components/NavBar/ToolBar.js

This file was deleted.

11 changes: 0 additions & 11 deletions frontend/src/components/ReactGraphs/plotly/PlotlyView.js

This file was deleted.

28 changes: 0 additions & 28 deletions frontend/src/components/Telco/BenchmarkResults.js

This file was deleted.

61 changes: 0 additions & 61 deletions frontend/src/components/Telco/DisplayGraph.js

This file was deleted.

97 changes: 0 additions & 97 deletions frontend/src/components/Telco/InstallCard.js

This file was deleted.

Loading

0 comments on commit bbc007e

Please sign in to comment.