You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
353 B
36 lines
353 B
# User-requested ignores |
|
ops/ |
|
support/ |
|
support-api/ |
|
LDAPWeb.code-workspace |
|
|
|
# Environment & secrets |
|
.env |
|
.env.* |
|
!.env.example |
|
|
|
# Python |
|
.venv/ |
|
venv/ |
|
__pycache__/ |
|
*.py[cod] |
|
*.egg-info/ |
|
.pytest_cache/ |
|
.mypy_cache/ |
|
|
|
# Node |
|
node_modules/ |
|
|
|
# IDE |
|
.idea/ |
|
.vscode/ |
|
*.swp |
|
*.swo |
|
|
|
# OS |
|
Thumbs.db |
|
Desktop.ini |
|
.DS_Store |
|
|
|
# Local config |
|
GeoNetAgent/agent/config.json
|
|
|