Ides

Vim .dockerignore

.dockerignore for ides projects

View on GitHub

.dockerignore Content

# ============================================================================
# Created by https://dockerignore.com/
# IDE/EDITOR TEMPLATE for Vim
# Website: https://www.vim.org/
# Repository: https://github.com/vim/vim
# ============================================================================

# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# TEMPLATE OVERVIEW & USAGE NOTES
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# • TEMPLATE TYPE: IDE/EDITOR TEMPLATE
# • PURPOSE: Vim editor configuration and temporary files
# • DESIGN PHILOSOPHY: Contains only Vim-specific patterns
# • COMBINATION GUIDANCE: Combine with language or framework templates as needed
# • SECURITY CONSIDERATIONS: Editor files may contain sensitive information
# • BEST PRACTICES: Review editor configuration for sensitive data
# • OFFICIAL SOURCES: Vim community patterns

# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# VIM EDITOR FILES
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

**/.nvim/
**/.spell/
**/.undo/
**/.vim/
**/nvim/
**/pack/
**/view/
*.fold
*.nvim
*.nviminfo
*.shada
*.spl
*.sug
*.undo
*.view
*.vim
*.viminfo
*.vimrc
.*.undo
.*.un~
.netrwhist
.nviminfo
.shada
.swo
.swp
.viminfo
.vimrc
nviminfo

Note: This file is fetched from GitHub and cached for 7 days.