.hgignore
changeset 1 309def3c05dc
parent 0 c21813f95c41
child 9 0bbc852c17c0
--- a/.hgignore	Wed May 16 00:13:16 2018 +0200
+++ b/.hgignore	Wed May 23 12:42:37 2018 +0200
@@ -26,6 +26,7 @@
 ^src/db.sqlite3$
 ^src/log\.txt$
 ^run/log/
+^run/web/
 ^log$
 ^sbin/sync/config\.py$
 ^src/MANIFEST
@@ -38,3 +39,5 @@
 ^src/.envrc$
 
 ^data/
+
+^.vscode
\ No newline at end of file