Skip to content

Commit 5af2b24

Browse files
Update .gitignore
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent 79fa7ea commit 5af2b24

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

.gitignore

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Logs/
1919
Logs-TEMP/
2020

2121
# =====================================
22-
# ⚡ Cache and Backup Directories
22+
# ⚡ Cache and Temporary Directories
2323
# =====================================
2424
.cache/
2525
temp/
@@ -32,6 +32,7 @@ bin/
3232
obj/
3333
artifacts/
3434
out/
35+
3536
*.dll
3637
*.exe
3738
*.app
@@ -40,18 +41,20 @@ out/
4041
*.lib
4142

4243
# =====================================
43-
# 📦 NuGet Packages and Related Files
44+
# 📦 NuGet Packages and Outputs
4445
# =====================================
4546
.nuget/
4647
NuGet/
4748
*.nupkg
4849
*.snupkg
49-
*.nuspec
5050
NuGetPackageContent/
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
# =====================================
8487
SpringBoot-API/target/
8588
SpringBoot-API/.classpath
@@ -88,20 +91,20 @@ SpringBoot-API/.settings/
8891
*.iml
8992

9093
# =====================================
91-
# 🧩 .NET Core / DotNet API
94+
# 🧩 .NET Projects
9295
# =====================================
9396
DotNet-API/bin/
9497
DotNet-API/obj/
9598

9699
# =====================================
97-
# 🟢 Node.js / NodeJS API
100+
# 🟢 Node.js
98101
# =====================================
99102
NodeJS-API/node_modules/
100103
NodeJS-API/package-lock.json
101104
NodeJS-API/npm-debug.log*
102105

103106
# =====================================
104-
# 🐍 Python / Flask API
107+
# 🐍 Python
105108
# =====================================
106109
Flask-API/__pycache__/
107110
Flask-API/*.py[cod]
@@ -111,19 +114,19 @@ Flask-API/.mypy_cache/
111114
Flask-API/.pytest_cache/
112115

113116
# =====================================
114-
# 🐘 PHP / PHP API
117+
# 🐘 PHP
115118
# =====================================
116119
PHP-API/vendor/
117120
PHP-API/composer.lock
118121

119122
# =====================================
120-
# 🧪 Placeholder Projects
123+
# 🧪 Placeholder / Test Projects
121124
# =====================================
122125
PlaceholderDll/
123126
PlaceholderDll/*.csproj
124127

125128
# =====================================
126-
# 📝 Config & Tooling Metadata
129+
# 📝 Tooling Config Overrides
127130
# =====================================
128131
config/.editorconfig
129132
config/.gitattributes

0 commit comments

Comments
 (0)