Skip to content

Commit 4f2c7bd

Browse files
Update .gitignore
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent b3561de commit 4f2c7bd

1 file changed

Lines changed: 20 additions & 28 deletions

File tree

.gitignore

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =====================================
2-
# Logs and Temporary Files
2+
# 🔍 Logs and Temporary Files
33
# =====================================
44
*.log
55
*.log.txt
@@ -12,20 +12,21 @@
1212
*.lock
1313
*.directory
1414
*.ps1~
15+
*.md.bak
16+
*.bak.md
1517

16-
# Ignore log directories
1718
Logs/
1819
Logs-TEMP/
1920

2021
# =====================================
21-
# Cache and Backup Files
22+
# Cache and Backup Directories
2223
# =====================================
2324
.cache/
2425
temp/
2526
tmp/
2627

2728
# =====================================
28-
# Build Artifacts and Compiled Binaries
29+
# 🛠️ Build Artifacts and Compiled Binaries
2930
# =====================================
3031
bin/
3132
obj/
@@ -39,7 +40,7 @@ out/
3940
*.lib
4041

4142
# =====================================
42-
# NuGet Packages and Related Files
43+
# 📦 NuGet Packages and Related Files
4344
# =====================================
4445
.nuget/
4546
NuGet/
@@ -50,7 +51,7 @@ NuGetPackageContent/
5051
NuGetPackageContent/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
6061
secrets.*
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
# =====================================
8584
SpringBoot-API/target/
8685
SpringBoot-API/.classpath
@@ -89,20 +88,20 @@ SpringBoot-API/.settings/
8988
*.iml
9089

9190
# =====================================
92-
# .NET Core / DotNet-API
91+
# 🧩 .NET Core / DotNet API
9392
# =====================================
9493
DotNet-API/bin/
9594
DotNet-API/obj/
9695

9796
# =====================================
98-
# Node.js / NodeJS-API
97+
# 🟢 Node.js / NodeJS API
9998
# =====================================
10099
NodeJS-API/node_modules/
101100
NodeJS-API/package-lock.json
102101
NodeJS-API/npm-debug.log*
103102

104103
# =====================================
105-
# Python / Flask-API
104+
# 🐍 Python / Flask API
106105
# =====================================
107106
Flask-API/__pycache__/
108107
Flask-API/*.py[cod]
@@ -112,32 +111,26 @@ Flask-API/.mypy_cache/
112111
Flask-API/.pytest_cache/
113112

114113
# =====================================
115-
# PHP / PHP-API
114+
# 🐘 PHP / PHP API
116115
# =====================================
117116
PHP-API/vendor/
118117
PHP-API/composer.lock
119118

120119
# =====================================
121-
# Placeholder and Stub Projects
120+
# 🧪 Placeholder Projects
122121
# =====================================
123122
PlaceholderDll/
124123
PlaceholderDll/*.csproj
125124

126125
# =====================================
127-
# Config & Tooling Metadata
126+
# 📝 Config & Tooling Metadata
128127
# =====================================
129128
config/.editorconfig
130129
config/.gitattributes
131130
config/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
# =====================================
142135
Thumbs.db
143136
.DS_Store
@@ -146,11 +139,10 @@ ehthumbs.db
146139
Icon?
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

Comments
 (0)