1
0

Update .gitignore

This commit is contained in:
Jose
2025-03-11 20:05:17 +01:00
committed by GitHub
parent 4fe28ffda6
commit e1dfa41b5f

8
.gitignore vendored
View File

@@ -23,8 +23,6 @@ frontend/*.njsproj
frontend/*.sln
frontend/*.sw?
# Do not commit _pycache_ directories
backend/__pycache__/
backend/endpoints/__pycache__/
backend/models/schemas/__pycache__/
backend/models/sql/__pycache__/
# Do not commit some backend directories
backend/target/*
backend/.settings/*