Skip to content

Commit 615ade5

Browse files
committed
Add full-save-file.json to .gitignore
Prevents full-save-file.json from being tracked by git, likely because it is a generated or environment-specific file.
1 parent e819923 commit 615ade5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20+
full-save-file.json
2021

2122
npm-debug.log*
2223
yarn-debug.log*

0 commit comments

Comments
 (0)