Skip to content

Commit 58320cf

Browse files
Copilotvinod0m
andcommitted
Add gitignore for build artifacts and complete Settings GUI implementation
Co-authored-by: vinod0m <221896197+vinod0m@users.noreply.github.com>
1 parent 20f13f4 commit 58320cf

File tree

4 files changed

+12
-67
lines changed

4 files changed

+12
-67
lines changed

.gitignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,15 @@ profiles.json
285285
*.metaproj
286286
*.swp
287287

288-
# MSBuildCache
289-
/MSBuildCacheLogs/
290-
*.DS_Store
288+
# MSBuildCache
289+
/MSBuildCacheLogs/
290+
*.DS_Store
291+
292+
# Node.js and npm
293+
npm-debug.log*
294+
yarn-debug.log*
295+
yarn-error.log*
296+
pnpm-debug.log*
297+
298+
# Build outputs
299+
dist/

dist/assets/index-BruzEiuT.css

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

0 commit comments

Comments
 (0)