mirror of
https://github.com/kubernetes/autoscaler.git
synced 2025-02-06 09:26:12 +00:00
37 lines
464 B
Plaintext
37 lines
464 B
Plaintext
# OSX leaves these everywhere on SMB shares
|
|
._*
|
|
|
|
# OSX trash
|
|
.DS_Store
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/**
|
|
|
|
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
|
|
# VSCode project files
|
|
**/.vscode
|
|
*.code-workspace
|
|
|
|
# Emacs save files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
|
|
# Binary files
|
|
bin/
|
|
|
|
# vertical pod autoscaler test output
|
|
vertical-pod-autoscaler/e2e/v1*/workspace/
|