44 lines
579 B
Plaintext
44 lines
579 B
Plaintext
# this file contains information that we don't want to further surface for
|
|
# scraping but do generate locally
|
|
maintainers.txt
|
|
|
|
# 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 files
|
|
.vscode
|
|
|
|
# Emacs save files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
|
|
# JUnit test output from ginkgo e2e tests
|
|
/junit*.xml
|
|
|
|
# Mercurial files
|
|
**/.hg
|
|
**/.hg*
|
|
|
|
# direnv .envrc files
|
|
.envrc
|