-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6653fc8
commit 0483300
Showing
21 changed files
with
2,620 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
|
||
# .gitignore universal 1.1 | ||
|
||
# Sistema Operacional | ||
.DS_Store* | ||
.Spotlight* | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
*.so | ||
*.dylib | ||
*.dll | ||
*.lai | ||
*.la | ||
*.a | ||
*.lib | ||
*.exe | ||
*.out | ||
*.app | ||
|
||
# Geral | ||
rascunho/ | ||
Rascunho/ | ||
|
||
# Java | ||
*.class | ||
*.jar | ||
*.war | ||
*.ear | ||
|
||
# Gradle | ||
.gradle/ | ||
build/ | ||
|
||
# Maven | ||
target/ | ||
test-output/ | ||
|
||
# Visual Studio Code | ||
.vscode/ | ||
|
||
# Eclipse | ||
.project | ||
.classpath | ||
.settings/ | ||
bin/ | ||
|
||
# IntelliJ IDEA | ||
*.iml | ||
*.ipr | ||
*.iws | ||
out/ | ||
|
||
# SASS | ||
.sass-cache/ | ||
|
||
# Jekyll | ||
_site | ||
.jekyll-metadata | ||
|
||
# C/C++ | ||
*.slo | ||
*.lo | ||
*.o | ||
*.obj | ||
*.gch | ||
*.pch | ||
|
||
# R | ||
.Rhistory | ||
|
||
# Fortran | ||
*.mod | ||
|
||
# Logs | ||
*.log | ||
hs_err_pid* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
@BOOK {Biblia, | ||
author = "Deus", | ||
title = "Bíblia Sagrada", | ||
publisher = "Editora Ave-Maria", | ||
address = "São Paulo-SP", | ||
year = "2015", | ||
edition = "207ª" | ||
} | ||
|
||
@ONLINE {Igreja, | ||
author = "Igreja Católica", | ||
title = "Código de Direito Canônico", | ||
month = "jan", | ||
year = "1983", | ||
url = "http://www.vatican.va/archive/cdc/index_po.htm" | ||
} | ||
|
||
@MANUAL {NBR10520, | ||
title = "NBR 10520:2002 - Citações em documentos", | ||
author = "ABNT", | ||
organization = "Associação Brasileira de Normas Técnicas", | ||
address = "São Paulo-SP", | ||
month = "aug", | ||
year = "2002" | ||
} |
Oops, something went wrong.