gitignore

This commit is contained in:
2025-12-12 09:51:23 +00:00
parent 8d6ef37d52
commit dbb6407cb6

17
.gitignore vendored
View File

@@ -1,4 +1,13 @@
/vendor
/node_modules
.env
.DS_Store
# .NET
**/bin/
**/obj/
# Node
node_modules/
# Logs
*.log
# Python
__pycache__/
*.pyc