diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..e578a6e --- /dev/null +++ b/.gitignore @@ -0,0 +1,132 @@ +#---------------------------------------# +# Project Ignores # +#---------------------------------------# + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties + +!/.mvn/wrapper/maven-wrapper.jar + +# Ant +build/ +dist/ +bin/ + +# Compiled class file +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# misc +*.log +log/ +logs/ + + +#---------------------------------------# +# IDEs & Editors Ignores # +#---------------------------------------# + +# Sublime Text +/*.sublime* +.sublime-gulp.cache + +# VS Code +/.vscode + +# JetBrains IDEs +.idea/ +*.iml + +# Eclipse +.project +.classpath +.settings +.tern-project + +# Netbeans +nbactions*.xml +nb-configuration*.xml + +# BlueJ +*.ctxt + + +#---------------------------------------# +# General Ignores # +#---------------------------------------# + +*~ +*.orig +.vagrant + + +#---------------------------------------# +# Linux Ignores # +#---------------------------------------# + +# KDE directory preferences +.directory + + +#---------------------------------------# +# OSX Ignores # +#---------------------------------------# + +.DS_Store +.AppleDouble +.LSOverride +.localized + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + + +#---------------------------------------# +# Windows Ignores # +#---------------------------------------# + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ \ No newline at end of file diff --git a/.gitmessage b/.gitmessage new file mode 100755 index 0000000..24cfbaa --- /dev/null +++ b/.gitmessage @@ -0,0 +1,23 @@ +# Faça um breve resumo das alterações +# Devemos escrever nosso comentário de forma a completar a frase abaixo, utilizando o verbo no presente. +# Esse commit: +# +# Exemplos: +# Corrige erro de sessão +# Adiciona funcionalidade de cadastro de livros +# |<---- Use no máximo 50 caracteres ---->| + + +# +# Descreva o que foi realizado no commit. +# +# Procure responder as três perguntas: "O que?", "Como?" e "Porquê?" +# |<--- Tente limitar as linhas para terem no maximo 72 caracteres --->| + + +# +# Número do ticket da ferramenta de controle utilizada. +# Exemplo: +# OTRS - 2017030220001019 +# OS - 050/2016 + -- libgit2 0.21.2