Skip to content

Commit

Permalink
feat: add .gitignore file (#77)
Browse files Browse the repository at this point in the history
Use the "reverse" ignore pattern to ignore everything except the files
we want to keep in the repository.
  • Loading branch information
kreempuff authored Sep 22, 2024
2 parents afee472 + 1ed5c4f commit 05dfb6b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
**
!.gitignore
!.github
!cmd
!docs
!internal
!parse-xml
!pkg
!BUILD
!MODULE.bazel
!MODULE.bazel.lock
!*.go
!go.*
!.bazel_fix_commands.json
!renovate.json
!README.md
!parse-xml-cli.ts
!.adr-dir
!.bazelrc
!*.bzl

0 comments on commit 05dfb6b

Please sign in to comment.