Skip to content

Commit 881b68d

Browse files
committed
chore: gitignore update to include tokens dist
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"
1 parent b2d71bc commit 881b68d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dist
22
dist-site
3+
!tokens/dist
34

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

0 commit comments

Comments
 (0)