Skip to content

Commit 95b94f6

Browse files
committed
Adicionado modulo de documentos;
Adicionado .gitattributes para correta conversao de quebras de linha;
1 parent ca3689c commit 95b94f6

File tree

4 files changed

+20
-701
lines changed

4 files changed

+20
-701
lines changed

Diff for: .gitattributes

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Set default behaviour, in case users don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files we want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.java text
7+
*.txt text
8+
*.xml text
9+
10+
# Declare files that will always have CRLF line endings on checkout.
11+
*.bat text eol=crlf
12+
13+
# Denote all files that are truly binary and should not be modified.
14+
*.png binary
15+
*.gif binary
16+
*.jpg binary

Diff for: .gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "docs"]
2+
path = docs
3+
url = https://github.com/gujavasc/open-networking-docs.git

Diff for: docs

Submodule docs added at a6a54e0

0 commit comments

Comments
 (0)