github.com/nginxinc/kubernetes-ingress@v1.12.5/.gitignore (about) 1 # OSX leaves these everywhere on SMB shares 2 ._* 3 4 # OSX trash 5 .DS_Store 6 7 # Eclipse files 8 .classpath 9 .project 10 .settings/** 11 12 # Emacs save files 13 *~ 14 \#*\# 15 .\#* 16 17 # Vim-related files 18 [._]*.s[a-w][a-z] 19 [._]s[a-w][a-z] 20 *.un~ 21 Session.vim 22 .netrwhist 23 24 # Ingress Controller binaries 25 osx-nginx-ingress 26 nginx-ingress 27 !nginx-ingress/ 28 osx-nginx-plus-ingress 29 nginx-plus-ingress 30 cmd/nginx-ingress/nginx-ingress 31 32 # NGINX Plus license files 33 *.crt 34 *.key 35 36 # RHEL license 37 rhel_license 38 39 # Visual Studio Code settings 40 .vscode 41 42 # Default certificate and key 43 default.pem 44 45 # IntelliJ IDEA 46 .idea 47 48 # Platform specific CRD schema generation scripts 49 hack/controller-gen-* 50 51 # Ignore local docs dependencies 52 docs-web/.netlify/state.json 53 site/ 54 venv/ 55 56 dist/ 57 58 # trivy container scanning cache 59 .trivycache/ 60 61 node_modules 62 package-lock.json 63 package.json