Commit 5a4268c12b249d3983935b633017e38818d63f5b

Authored by Cleverson Sacramento
1 parent ce6829f7
Exists in master

Inclusão da pasta /bin no .gitignore

.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
archetype/.gitignore
... ... @@ -1,6 +0,0 @@
1   -/target
2   -/.project
3   -/.classpath
4   -/.settings
5   -/.externalToolBuilders
6   -/.DS_Store
archetype/jsf-jpa/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
archetype/minimal/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
documentation/quickstart/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
documentation/reference/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
impl/.gitignore
... ... @@ -1,7 +0,0 @@
1   -/*.log
2   -/target
3   -/.project
4   -/.classpath
5   -/.settings
6   -/.externalToolBuilders
7   -/.DS_Store
impl/core/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ...
impl/extension/jaas/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ...
impl/extension/jdbc/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ... @@ -5,5 +6,4 @@
5 6 /.settings
6 7 /.externalToolBuilders
7 8 /.DS_Store
8   -/hsql.properties
9   -/hsql.script
  9 +/hsql.*
... ...
impl/extension/jmx/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ...
impl/extension/jpa/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ... @@ -5,5 +6,4 @@
5 6 /.settings
6 7 /.externalToolBuilders
7 8 /.DS_Store
8   -/hsql:..properties
9   -/hsql:..script
  9 +/hsql:*
... ...
impl/extension/jsf/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ...
impl/extension/jta/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ...
impl/extension/se/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ...
impl/extension/servlet/.gitignore
  1 +/bin
1 2 /*.log
2 3 /target
3 4 /.project
... ...
parent/archetype/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
parent/bom/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
parent/extension/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
parent/framework/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
parent/jsf/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
parent/minimal/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
parent/se/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...
parent/servlet/.gitignore
  1 +/bin
1 2 /target
2 3 /.project
3 4 /.classpath
... ...