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

Loading…
Cancel
Save