Skip to content

Commit

Permalink
update .gitignore + temp update to remove generated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hayemaxi committed Jan 30, 2024
1 parent bd6e4ed commit aa81e7b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
out
dist
node_modules
.vscode-test/
coverage/
.vscode-test
coverage
*.vsix
*.bk
**/.DS_Store
Expand All @@ -12,7 +12,7 @@ quickStart*.html
README.quickstart.cloud9.md
README.quickstart.vscode.md
.gitcommit
resources/debugger/__pycache__
__pycache__

# Generated if running the `depcruise` command from the documentation example
/dependency-graph.svg
Expand All @@ -24,7 +24,7 @@ src.gen/*
packages/toolkit/src/shared/telemetry/vscodeTelemetry.json

# Test reports
.test-reports/
.test-reports

# Auto generated type definitions
packages/toolkit/src/shared/telemetry/clienttelemetry.d.ts
Expand All @@ -43,9 +43,6 @@ packages/toolkit/LICENSE
packages/toolkit/NOTICE

# Icons
resources/icons/cloud9/generated/**
resources/fonts/aws-toolkit-icons.woff
resources/css/icons.css

# local configuration
.local.env
Expand Down

0 comments on commit aa81e7b

Please sign in to comment.