Skip to content

Commit

Permalink
chore: gitignore update to include tokens dist
Browse files Browse the repository at this point in the history
Tokens dist files are no longer ignored and are committed in the repo.
But the gitignore was still ignoring them, which throws warnings
when staging and committing the changes to these files:
"Git: The following paths are ignored by one of your gitignore files"
  • Loading branch information
jawinn committed Feb 2, 2024
1 parent b2d71bc commit 881b68d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist
dist-site
!tokens/dist

# Recommended update re:https://docs.netlify.com/integrations/frameworks/eleventy/
**/node_modules/**
Expand Down

0 comments on commit 881b68d

Please sign in to comment.