Skip to content

Commit

Permalink
scm: Change .gitignore to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
mochalins committed Nov 14, 2022
1 parent 0336dff commit d6e51fa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# This sets the `.gitignore` to be a *whitelist* by default.
**/**
!*/


# Whitelist
!*.md
!LICENSE
!Cargo.toml
!Cargo.lock
!.gitignore
!.github/**/*.yml

!*.rs


# Blacklist (overrides Whitelist)
/target

0 comments on commit d6e51fa

Please sign in to comment.