Skip to content

Commit 80fe853

Browse files
committed
chore: remove build artifacts from git tracking
- Add dist/, dist-firefox/, *.map, *.xpi to .gitignore - Remove compiled bundles from git index (files preserved locally) - Reduces PR noise by ~8,500 lines of generated code
1 parent e363ca2 commit 80fe853

File tree

104 files changed

+7
-129071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+7
-129071
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
node_modules/
33

44
# Build artifacts
5+
dist/
6+
dist-firefox/
57
dist-relay/
68
build/
79
server/dist/
10+
*.map
11+
*.xpi
812

913
# OS files
1014
.DS_Store

0 commit comments

Comments
 (0)