Skip to content

Commit ee85a26

Browse files
fix: update .gitignore to correctly ignore the data directory
1 parent 9557648 commit ee85a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ yarn-error.log*
3535
*.tsbuildinfo
3636

3737
# data
38-
./data/*
38+
/data
3939

4040
#iml
4141
*.iml

0 commit comments

Comments
 (0)