1919Logs-TEMP /
2020
2121# =====================================
22- # ⚡ Cache and Backup Directories
22+ # ⚡ Cache and Temporary Directories
2323# =====================================
2424.cache /
2525temp /
3232obj /
3333artifacts /
3434out /
35+
3536* .dll
3637* .exe
3738* .app
4041* .lib
4142
4243# =====================================
43- # 📦 NuGet Packages and Related Files
44+ # 📦 NuGet Packages and Outputs
4445# =====================================
4546.nuget /
4647NuGet /
4748* .nupkg
4849* .snupkg
49- * .nuspec
5050NuGetPackageContent /
51- NuGetPackageContent /lib /net * /** /* .dll
51+
52+ # NOTE:
53+ # *.nuspec is NOT ignored here
54+ # Nuspec files are source-of-truth and versioned
5255
5356# =====================================
54- # 🔐 Sensitive and Environment Files
57+ # 🔐 Secrets and Environment Files
5558# =====================================
5659* .pfx
5760* .cert
@@ -74,12 +77,12 @@ secrets.*
7477* .vsconfig
7578
7679# =====================================
77- # ⚙️ PowerShell Metadata (ignore only generated files)
80+ # ⚙️ PowerShell Generated Metadata
7881# =====================================
7982* .ps1.xml
8083
8184# =====================================
82- # ☕ Java / Spring Boot API
85+ # ☕ Java / Spring Boot
8386# =====================================
8487SpringBoot-API /target /
8588SpringBoot-API /.classpath
@@ -88,20 +91,20 @@ SpringBoot-API/.settings/
8891* .iml
8992
9093# =====================================
91- # 🧩 .NET Core / DotNet API
94+ # 🧩 .NET Projects
9295# =====================================
9396DotNet-API /bin /
9497DotNet-API /obj /
9598
9699# =====================================
97- # 🟢 Node.js / NodeJS API
100+ # 🟢 Node.js
98101# =====================================
99102NodeJS-API /node_modules /
100103NodeJS-API /package-lock.json
101104NodeJS-API /npm-debug.log *
102105
103106# =====================================
104- # 🐍 Python / Flask API
107+ # 🐍 Python
105108# =====================================
106109Flask-API /__pycache__ /
107110Flask-API /* .py [cod ]
@@ -111,19 +114,19 @@ Flask-API/.mypy_cache/
111114Flask-API /.pytest_cache /
112115
113116# =====================================
114- # 🐘 PHP / PHP API
117+ # 🐘 PHP
115118# =====================================
116119PHP-API /vendor /
117120PHP-API /composer.lock
118121
119122# =====================================
120- # 🧪 Placeholder Projects
123+ # 🧪 Placeholder / Test Projects
121124# =====================================
122125PlaceholderDll /
123126PlaceholderDll /* .csproj
124127
125128# =====================================
126- # 📝 Config & Tooling Metadata
129+ # 📝 Tooling Config Overrides
127130# =====================================
128131config /.editorconfig
129132config /.gitattributes
0 commit comments