Skip to content

Commit

Permalink
chore(gitignore): switch to a deny-list based .gitignore file (#2)
Browse files Browse the repository at this point in the history
The current `.gitignore` file is an allow-list based template. This
proves harder to use and too strict. Therefore, this change reverts this
into a deny-list based `.gitignore` file, which is the more classic and
common way.

Refs: #2
  • Loading branch information
arikkfir authored May 3, 2024
1 parent 6c92c66 commit 5edfa0b
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
*
!/.idea
!/.gitignore
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
!*/
*.iml
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5edfa0b

Please sign in to comment.