Skip to content

Commit 3e9eb42

Browse files
Copilotfregante
andcommitted
Add distribution folder back to .gitignore and remove tracked files
- Added 'distribution' back to .gitignore - Removed distribution files from git tracking (using git rm --cached) - Distribution files will be generated during build but not committed to version control Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
1 parent f6694e6 commit 3e9eb42

File tree

5 files changed

+1
-525
lines changed

5 files changed

+1
-525
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Thumbs.db
88
*.log
99
logs
1010
*.map
11+
distribution
1112
dist
1213
.cache
1314
.parcel-cache

distribution/collector.d.ts

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

distribution/index.d.ts

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

0 commit comments

Comments
 (0)