Skip to content

Commit 99507a4

Browse files
committed
Update .gitignore to include exchange data directory
- Added 'exchange_data/*' to the .gitignore file to prevent tracking of exchange data files.
1 parent e156c19 commit 99507a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ ucache
3939
**/*.meta
4040
**/package-lock.json
4141

42-
supervisord.pid
42+
supervisord.pid
43+
44+
# Exchange data
45+
exchange_data/*

0 commit comments

Comments
 (0)