fork project; add .hgignore

This commit is contained in:
Marek Isalski 2022-01-03 14:36:32 +00:00
parent 576f5728a4
commit c9e1824371
2 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
/target
**/*.rs.bk
.idea
.idea
*.sublime-workspace
*.sublime-project

3
.hgignore Normal file
View File

@ -0,0 +1,3 @@
^target/
\.sublime-workspace$
\.sublime-project$