Skip to content

Commit d62fb9c

Browse files
fix: removing database from git ignore
1 parent 77876bd commit d62fb9c

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ temp*
66

77
.env
88

9-
# ignore data-base folder
10-
database
9+
1110

1211
### https://raw.github.com/github/gitignore/b304edf487ce607174e188712225b5269d43f279/Global/OSX.gitignore
1312

database/answers.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"answers": []
3+
}

database/data.json

Whitespace-only changes.

database/utils.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"answers_summary_btn_timestamp": {
3+
"ts": "",
4+
"channel": ""
5+
}
6+
}

0 commit comments

Comments
 (0)