From f7bad59b948f5ebac89076f1aa28e6c26a142a04 Mon Sep 17 00:00:00 2001 From: imfozilbek Date: Sun, 23 Nov 2025 21:19:12 +0500 Subject: [PATCH] chore: add git configuration Add .gitignore for common patterns and .gitmessage for commit template --- .gitignore | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++ .gitmessage | 33 ++++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmessage diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e45268c --- /dev/null +++ b/.gitignore @@ -0,0 +1,88 @@ +r# Dependencies +node_modules/ +.pnp +.pnp.js + +# Build outputs +dist/ +build/ +*.tsbuildinfo + +# Testing +coverage/ +.nyc_output/ +*.lcov + +# Environment variables +.env +.env*.local +.env.development.local +.env.test.local +.env.production.local + +# Logs +logs/ +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +# IDE and editors +.idea/ +*.swp +*.swo +*~ +.project +.classpath +.settings/ +*.launch +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +# OS files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Temporary files +*.tmp +*.temp +.cache/ +.temp/ +.tmp/ + +# Debug +.vscode-test/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity diff --git a/.gitmessage b/.gitmessage new file mode 100644 index 0000000..513661b --- /dev/null +++ b/.gitmessage @@ -0,0 +1,33 @@ +# : +# +# +# +#