11# =====================================
2- # Logs and Temporary Files
2+ # 🔍 Logs and Temporary Files
33# =====================================
44* .log
55* .log.txt
1212* .lock
1313* .directory
1414* .ps1~
15+ * .md.bak
16+ * .bak.md
1517
16- # Ignore log directories
1718Logs /
1819Logs-TEMP /
1920
2021# =====================================
21- # Cache and Backup Files
22+ # ⚡ Cache and Backup Directories
2223# =====================================
2324.cache /
2425temp /
2526tmp /
2627
2728# =====================================
28- # Build Artifacts and Compiled Binaries
29+ # 🛠️ Build Artifacts and Compiled Binaries
2930# =====================================
3031bin /
3132obj /
3940* .lib
4041
4142# =====================================
42- # NuGet Packages and Related Files
43+ # 📦 NuGet Packages and Related Files
4344# =====================================
4445.nuget /
4546NuGet /
@@ -50,7 +51,7 @@ NuGetPackageContent/
5051NuGetPackageContent /lib /net * /** /* .dll
5152
5253# =====================================
53- # Sensitive and Environment-Specific Files
54+ # 🔐 Sensitive and Environment Files
5455# =====================================
5556* .pfx
5657* .cert
@@ -60,27 +61,25 @@ NuGetPackageContent/lib/net*/**/*.dll
6061secrets. *
6162
6263# =====================================
63- # IDE and Editor Configuration Files
64+ # 🧱 IDE and Editor Settings
6465# =====================================
6566.vscode /
6667.idea /
68+ .vs /
6769* .code-workspace
6870* .user
6971* .suo
7072* .sdf
7173* .sln.docstates
72- .vs /
73- * .vs /
74+ * .vsconfig
7475
7576# =====================================
76- # PowerShell Modules and Metadata
77+ # ⚙️ PowerShell Metadata (ignore only generated files)
7778# =====================================
7879* .ps1.xml
79- * .psd1
80- * .psm1
8180
8281# =====================================
83- # Java / SpringBoot- API
82+ # ☕ Java / Spring Boot API
8483# =====================================
8584SpringBoot-API /target /
8685SpringBoot-API /.classpath
@@ -89,20 +88,20 @@ SpringBoot-API/.settings/
8988* .iml
9089
9190# =====================================
92- # .NET Core / DotNet- API
91+ # 🧩 .NET Core / DotNet API
9392# =====================================
9493DotNet-API /bin /
9594DotNet-API /obj /
9695
9796# =====================================
98- # Node.js / NodeJS- API
97+ # 🟢 Node.js / NodeJS API
9998# =====================================
10099NodeJS-API /node_modules /
101100NodeJS-API /package-lock.json
102101NodeJS-API /npm-debug.log *
103102
104103# =====================================
105- # Python / Flask- API
104+ # 🐍 Python / Flask API
106105# =====================================
107106Flask-API /__pycache__ /
108107Flask-API /* .py [cod ]
@@ -112,32 +111,26 @@ Flask-API/.mypy_cache/
112111Flask-API /.pytest_cache /
113112
114113# =====================================
115- # PHP / PHP- API
114+ # 🐘 PHP / PHP API
116115# =====================================
117116PHP-API /vendor /
118117PHP-API /composer.lock
119118
120119# =====================================
121- # Placeholder and Stub Projects
120+ # 🧪 Placeholder Projects
122121# =====================================
123122PlaceholderDll /
124123PlaceholderDll /* .csproj
125124
126125# =====================================
127- # Config & Tooling Metadata
126+ # 📝 Config & Tooling Metadata
128127# =====================================
129128config /.editorconfig
130129config /.gitattributes
131130config /nuget.config
132131
133132# =====================================
134- # Documentation Backup Files
135- # =====================================
136- * .md.bak
137- * .bak.md
138-
139- # =====================================
140- # Operating System Metadata Files
133+ # 💻 OS-Specific Metadata
141134# =====================================
142135Thumbs.db
143136.DS_Store
@@ -146,11 +139,10 @@ ehthumbs.db
146139Icon ?
147140
148141# =====================================
149- # Development Tools & Test Coverage
142+ # 🧪 Dev Tools / Coverage / Analysis
150143# =====================================
151144* .ncrunch *
152145_ReSharper * /
153146* .resharper
154147* .dotCover
155148* .coverage
156- * .vsconfig
0 commit comments