Skip to content

Commit

Permalink
chore: improve .gitignore files
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Davids <[email protected]>
  • Loading branch information
sdavids committed Jan 27, 2025
1 parent ad9082a commit 5052bf5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,3 @@ jffi*.dylib

### direnv files ###
.envrc

### Build ###
build/
2 changes: 1 addition & 1 deletion scripts/asciidoc/example-html/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# https://git-scm.com/docs/gitignore

### Build ###
build/
/build/
2 changes: 1 addition & 1 deletion scripts/asciidoc/example-pdf/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# https://git-scm.com/docs/gitignore

### Build ###
build/
/build/
4 changes: 2 additions & 2 deletions scripts/cert/java/quarkus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

# https://git-scm.com/docs/gitignore

.gradle/
build/
/.gradle/
/build/
4 changes: 2 additions & 2 deletions scripts/cert/java/spring-boot/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

# https://git-scm.com/docs/gitignore

.gradle/
build/
/.gradle/
/build/
2 changes: 1 addition & 1 deletion scripts/cert/java/stdlib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://git-scm.com/docs/gitignore

### JetBrains ###
out/
/out/
*.iml

### Build ###
Expand Down
3 changes: 1 addition & 2 deletions scripts/latex/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
# https://git-scm.com/docs/gitignore

### LaTeX
build/
/build/
*.pdf
!typeset/main.pdf

0 comments on commit 5052bf5

Please sign in to comment.