Skip to content

Commit 0ad280f

Browse files
Add comment
1 parent 6ff3fb8 commit 0ad280f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
/export_trackers.txt
2-
/console_log.txt
1+
# ignore possible temporary file added in the root
32
/*.txt
3+
4+
# folders generated by compiler. Should always be ignored.
45
/lib
56
/source/backup
7+
8+
#items in enduser folder should be added explicit
69
/enduser

0 commit comments

Comments
 (0)