Browse Source

Update gitignore.

update-docs-structure
Olga MaciaszekSharma 1 year ago
parent
commit
352760c2f0
  1. 12
      .gitignore

12
.gitignore vendored

@ -1,3 +1,6 @@ @@ -1,3 +1,6 @@
/application.yml
/application.properties
asciidoctor.css
*~
#*
*#
@ -5,6 +8,7 @@ @@ -5,6 +8,7 @@
.classpath
.project
.settings/
.settings
.springBeans
target/
bin/
@ -18,12 +22,16 @@ _site/ @@ -18,12 +22,16 @@ _site/
.shelf
*.swp
*.swo
/spring-cloud-release-tools*.jar
antrun
.vscode/
.flattened-pom.xml
node
node_modules
build
_configprops.adoc
_spans.adoc
_metrics.adoc
_conventions.adoc
package.json
package-lock.json

Loading…
Cancel
Save