Skip to content

Commit 0dc7def

Browse files
committed
updated .gitignore
1 parent 4050631 commit 0dc7def

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ conf.pri
9999
/.env.*
100100
!/.env.example
101101
!/.env.*.example
102-
/examples/tom/database/
102+
# Can't end with / even if it is a directory because it's the symbolic link and
103+
# GIT doesn't ignore it on Linux
104+
/examples/tom/database
103105
/exports*.txt
104106
/exports.xlsx
105107
/todos.csv

0 commit comments

Comments
 (0)