소스 검색

Merge branch 'master' of http://dev.restore.ovi.cnr.it:3000/TEAMOVI/Semantization_Interface

www-data 1 년 전
부모
커밋
560b5880c5
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      .gitignore

+ 5 - 5
.gitignore

@@ -1,9 +1,9 @@
 # Python virtual envs
-fvenv/*
-venv/*
+fvenv/
+venv/
 # Additional Python stuff
-__pycache__
-**/__pycache__
+__pycache__/
+**/__pycache__/
 app.log
 # IDEs
-.vscode/*
+.vscode/