We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff3fb8 commit 0ad280fCopy full SHA for 0ad280f
.gitignore
@@ -1,6 +1,9 @@
1
-/export_trackers.txt
2
-/console_log.txt
+# ignore possible temporary file added in the root
3
/*.txt
+
4
+# folders generated by compiler. Should always be ignored.
5
/lib
6
/source/backup
7
8
+#items in enduser folder should be added explicit
9
/enduser
0 commit comments