Skip to content

Commit 7ca5c36

Browse files
committed
Initial commit
0 parents  commit 7ca5c36

File tree

2,104 files changed

+738977
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,104 files changed

+738977
-0
lines changed

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
osx-nginx-plus-ingress
28+
nginx-plus-ingress
29+
30+
# NGINX Plus license files
31+
*.crt
32+
*.key
33+

0 commit comments

Comments
 (0)