chore: Удаление служебной папки IDE из Git и обновление .gitignore
- Удалена служебная папка редактора из Git репозитория (локального и удаленного) - Добавлена в .gitignore папка служебных файлов IDE - Очистка репозитория от IDE-специфичных файлов
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -175,3 +175,6 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Локальные файлы редактора
|
||||||
|
.cursor/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user