Skip to content

Commit

Permalink
1.0-A1
Browse files Browse the repository at this point in the history
  • Loading branch information
joseflaviojr committed May 20, 2018
1 parent 6653fc8 commit 0483300
Show file tree
Hide file tree
Showing 21 changed files with 2,620 additions and 0 deletions.
77 changes: 77 additions & 0 deletions .gitignore
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*
26 changes: 26 additions & 0 deletions Bibliografia.bibtex
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"
}
Loading

0 comments on commit 0483300

Please sign in to comment.