Skip to content

Commit b9a591a

Browse files
Clean up repository: remove unnecessary files
- Removed test-syntax.html, keyword-tooltips-demo.html, admin.html - Removed temporary deployment scripts and logs - Updated .gitignore to prevent these file types from being added back - Repository is now cleaner and ready for deployment
1 parent 4bab185 commit b9a591a

File tree

7 files changed

+18
-898
lines changed

7 files changed

+18
-898
lines changed

.gitignore

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,24 @@ dist
1212
dist-ssr
1313
*.local
1414

15-
# Ignore subdirectory that was moved to root
16-
/js-challenge-lab
15+
# Ignore subdirectory that was moved to root - catch all variations
16+
/js-challenge-lab/
17+
js-challenge-lab/
18+
**/js-challenge-lab/
19+
20+
# Backup files and temporary files
21+
*.backup
22+
*.bak
23+
*.tmp
24+
*.temp
25+
26+
# Demo and test files
27+
*demo*.html
28+
*test*.html
29+
admin.html
30+
deploy-*.ps1
31+
deploy-*.bat
32+
deploy-log.txt
1733

1834
# Social media and documentation files
1935
SOCIAL_MEDIA_POST.md

admin.html

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

deploy-log.txt

-96 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)