chore: clean up repository - remove dev files and update .gitignore

- Remove .kiro/ directory (Kiro IDE specific files)
- Remove .github/ directory (GitHub workflows)
- Remove coverage/ directory (test coverage reports)
- Remove local .gimsrc config file
- Update .gitignore to exclude dev/build directories
- Keep only essential project files for npm package
This commit is contained in:
s41r4j
2025-10-09 12:58:47 +05:30
parent 25bbb32d79
commit 7d5e6938b6
6 changed files with 14 additions and 199 deletions
+14 -3
View File
@@ -1,9 +1,9 @@
# Dependencies
node_modules/
# Lock files
package-lock.json
# Lock files (keep package-lock.json for consistency)
bun.lock
yarn.lock
# Environment variables
.env
@@ -27,6 +27,14 @@ pids
# Coverage directory used by tools like istanbul
coverage/
# Development and build tools
.kiro/
.github/
.npm-cache/
.cache/
dist/
build/
# OS generated files
.DS_Store
.DS_Store?
@@ -45,4 +53,7 @@ Thumbs.db
# Temporary files
*.tmp
*.temp
*.temp
# Local configuration files
.gimsrc