Create a .gitignore file for your project
Custom patterns (1 pattern per line):
# Generated by Mavis Digital .gitignore Generator\n\n# Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .npm .yarn-integrity # IDE .idea/ .vscode/ *.swp *.swo *~ .project .classpath .settings/ # OS .DS_Store Thumbs.db ehthumbs.db Desktop.ini *.lnk # Environment .env .env.local .env.*.local *.pem *.key
Tan Phat Digital's free online .gitignore file creation tool is an indispensable solution for developers when starting new projects. The .gitignore file tells Git which files and folders do not need to be tracked in version control - helping to keep the repo clean, without accidentally committing node_modules (hundreds of MB), .env (containing secrets), build outputs, IDE configs, or OS files. The tool provides templates available for popular languages and frameworks: Node.js, Next.js, React, Vue, Python, Java, Go, Rust, and many more. Includes patterns for IDEs (VS Code, IntelliJ, Vim), Operating Systems (macOS .DS_Store, Windows Thumbs.db), logs, test coverage, and build artifacts. You can combine multiple templates, add custom patterns, preview the results, and download a ready-to-use .gitignore file. No need to remember complicated patterns, no need to search Stack Overflow.
The .gitignore file is one of the most important files in every Git repository. Without the right .gitignore, you can: Commit the wrong node_modules (hundreds of MB, thousands of files) as a bloated repo. Leak secrets in .env files (API keys, database passwords) - serious security risk. Commit build outputs (dist/, build/) is not necessary. Committing IDE configs (.idea/, .vscode/) causes conflicts between team members using different IDEs. Commit OS files (.DS_Store, Thumbs.db) are meaningless. What to ignore: Dependencies (node_modules, vendor, venv). Environment files (.env, .env.local). Build outputs (dist, build, out, .next). IDE/Editor configs (.idea, .vscode, *.swp). OS files (.DS_Store, Thumbs.db). Logs (*.log, npm-debug.log). Test coverage (coverage/, .nyc_output).
We not only design websites, but also help businesses build strong digital brands. Providing comprehensive website design services from design to SEO optimization. Please contact Mavis Digital immediately to create breakthrough, effective and sustainable technology solutions for your business in Ho Chi Minh.
Create .envand.env.example file for project.
Create mock JSON data for API testing.
Format and analyze API response.
Test REST API: GET, POST, PUT, DELETE.
Convert Binary, Hex, Base32.
Base64 encoding/decoding.
Convert Decimal, Binary, Hex.
Create visual CSS box-shadow.
Calculate Linux file permissions.
Check WCAG accessibility.
Generate random color palette.
Create a harmonious color palette.