Skip to content

Commit 5052bf5

Browse files
committed
chore: improve .gitignore files
Signed-off-by: Sebastian Davids <[email protected]>
1 parent ad9082a commit 5052bf5

File tree

7 files changed

+8
-12
lines changed

7 files changed

+8
-12
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ jffi*.dylib
4444

4545
### direnv files ###
4646
.envrc
47-
48-
### Build ###
49-
build/

scripts/asciidoc/example-html/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# https://git-scm.com/docs/gitignore
55

66
### Build ###
7-
build/
7+
/build/

scripts/asciidoc/example-pdf/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# https://git-scm.com/docs/gitignore
55

66
### Build ###
7-
build/
7+
/build/

scripts/cert/java/quarkus/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

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

6-
.gradle/
7-
build/
6+
/.gradle/
7+
/build/

scripts/cert/java/spring-boot/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

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

6-
.gradle/
7-
build/
6+
/.gradle/
7+
/build/

scripts/cert/java/stdlib/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git-scm.com/docs/gitignore
55

66
### JetBrains ###
7-
out/
7+
/out/
88
*.iml
99

1010
### Build ###

scripts/latex/example/.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
# https://git-scm.com/docs/gitignore
55

66
### LaTeX
7-
build/
7+
/build/
88
*.pdf
9-
!typeset/main.pdf

0 commit comments

Comments
 (0)