Ver Fonte

Add .egg-info directories to .gitignore

Depending on how the user has set up their local development environment,
they may have generated custom-components.egg-info etc directories.

PR #2747
Jason Rumney há 1 ano atrás
pai
commit
8490137b28
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 /.idea/
 /.vscode/
 /.env/
+/*.egg-info/
 __pycache__/
 .pytest_cache/
 /config/