# create-ignore **Repository Path**: nodets/create-ignore ## Basic Information - **Project Name**: create-ignore - **Description**: Automatically generates a .gitignore file with common rules, no interaction required. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-11 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # create-ignore Automatically generates a .gitignore file with common rules, no interaction required. ## Usage Run in your project directory: npm init ignore The tool will immediately generate a .gitignore file with common ignore rules, requiring no user input. ## Included Rules The generated .gitignore file includes rules for: - Operating system files (Windows, macOS, Linux) - Common editor/IDE files (VS Code, IntelliJ, Sublime, etc.) - Node.js dependencies and build artifacts - Environment variables and sensitive information files - Logs and temporary files ## Handling Existing Files If a .gitignore file already exists in the project, the tool will: 1. Preserve the existing content 2. Add the common rules to the top of the file ## License MIT