Commit 38182e39ed8b79ff1ad226e6240bb84d9d1961ed

Authored by bruno.barros
Committed by consensotec
1 parent 2fe26035
Exists in master

criando o projeto

Showing 2 changed files with 38 additions and 0 deletions   Show diff stats
.gitignore 0 → 100644
... ... @@ -0,0 +1,38 @@
  1 +# Diretorios
  2 +/build/
  3 +/bin/
  4 +target/
  5 +/.metadata/
  6 +/RemoteSystemsTempFiles/
  7 +
  8 +#Classes
  9 +*.class
  10 +
  11 +#Arquivos Temporários
  12 +*.*~
  13 +
  14 +#Compilados
  15 +gsan.jar
  16 +*.war
  17 +*.ear
  18 +
  19 +#Desnecessários
  20 +*.struts-config-*
  21 +
  22 +#Eclipse
  23 +*.pydevproject
  24 +.project
  25 +.metadata
  26 +bin/**
  27 +tmp/**
  28 +tmp/**/*
  29 +*.tmp
  30 +*.bak
  31 +*.swp
  32 +*~.nib
  33 +local.properties
  34 +.classpath
  35 +.settings/
  36 +.loadpath
  37 +/src/main/resources/rebel.xml
  38 +
... ...
Release note - 10.1.02.2p.docx 0 → 100644
No preview for this file type