Skip to content

Commit e9ca830

Browse files
committed
fix: update .gitignore to include .idea directory and add tmp/ and data/ directories
1 parent 744faa5 commit e9ca830

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*.rar
1212
hs_err_pid*
1313
replay_pid*
14-
.idea/**/workspace.xml
14+
.idea/
1515
.idea/**/tasks.xml
1616
.idea/**/usage.statistics.xml
1717
.idea/**/dictionaries
@@ -120,4 +120,6 @@ go.work.sum
120120
*.log
121121
*.stdout
122122
*.stderr
123-
*scheduled_tasks*
123+
*scheduled_tasks*
124+
tmp/
125+
data/

0 commit comments

Comments
 (0)