Skip to content

Commit 93935c9

Browse files
fix: ignore bakup file
backup file should also be disabled in the IDE option setting source folder should be acceptted
1 parent 6b4c101 commit 93935c9

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
@@ -1,9 +1,11 @@
11
# ignore possible temporary file added in the root
22
/*.txt
33

4+
# ignore bakup files
5+
*.bak
6+
47
# folders generated by compiler. Should always be ignored.
58
/lib
69

710
#items in these folder should be added explicit
811
/enduser
9-
/source

0 commit comments

Comments
 (0)