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:
+14
-3
@@ -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
|
||||
Reference in New Issue
Block a user