Commit 911c84e5 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

Update .gitignore

parent 34381a24
Loading
Loading
Loading
Loading
+27 −7
Original line number Diff line number Diff line
# Ansible generated files
# Python virtual environments
venv/
ansible/venv/
ansible/.ansible/
docs/.venv/
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd

# Ansible
ansible/.ansible/
.ansible/
*.retry
ansible_facts/
ansible/secrets.yml

# Automation folder - contains kubeconfig files generated by ansible
automation/

# Generated kubeconfig files
**/operator-platform-external-kubeconfig.yaml

# Generated configuration files from Ansible templates
automation/1-kind-cluster/kind-config.yaml
automation/1-kind-cluster/prometheus-values.yaml
automation/1-kind-cluster/nfd-node-labels.yaml
automation/1-kind-cluster/setup-env.sh
# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Temporary files
/tmp/
*.tmp
*.log

# CI/CD
.gitlab-ci-local/

ansible/.gitignore

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
# Python virtual environment
venv/
__pycache__/
*.pyc
*.pyo
*.pyd

# Ansible
*.retry
.ansible/
ansible_facts/
automation/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
secrets.yml

.DS_Store
Thumbs.db