fix: fix the .gitignore for the solution and projects

This commit is contained in:
2025-05-08 11:36:38 -04:00
parent 41379e821e
commit b8e94f6409
3 changed files with 38 additions and 16 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# IDE - JetBrains
.idea/
*.sln.iml
*.DotSettings.user
# IDE - VS Code
.vscode/
!.vscode/extensions.json
*.code-workspace
# IDE - Visual Studio
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
# OS specific
.DS_Store
Thumbs.db
# Local environment files
*.local
.env.local
.env.*.local
# Local SSL certificates
*.pem