Skip to content

Commit

Permalink
Configure .gitattributes to track only WordClips.json try#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 1, 2024
1 parent 0cb349f commit f3b0bbe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
*.js filter=lfs diff=lfs merge=lfs -text
# .gitattributes

# Track only WordClips.json with Git LFS
WordClips.json filter=lfs diff=lfs merge=lfs -text

# Exclude other files from Git LFS tracking
*.json !WordClips.json -text

0 comments on commit f3b0bbe

Please sign in to comment.