2008-07-22 16:27:55 +04:00
|
|
|
# .hgignore - List of filenames hg should ignore
|
|
|
|
|
|
|
|
# Filenames that should be ignored wherever they appear
|
|
|
|
~$
|
|
|
|
\.pyc$
|
|
|
|
(^|/)TAGS$
|
2011-08-15 22:51:13 +04:00
|
|
|
(^|/)\.DS_Store$
|
2008-07-22 16:27:55 +04:00
|
|
|
|
|
|
|
# User files that may appear at the root
|
|
|
|
^ID$
|
|
|
|
|
2008-12-01 20:27:18 +03:00
|
|
|
#treestate
|
|
|
|
^.treestate$
|
|
|
|
|
2008-07-22 16:27:55 +04:00
|
|
|
# Build directories
|
|
|
|
^obj-
|
|
|
|
^objdir-
|
|
|
|
|
2008-12-01 20:27:18 +03:00
|
|
|
^.mozilla-trunk$
|
2013-05-22 17:55:01 +04:00
|
|
|
|
|
|
|
# SVN directories
|
|
|
|
\.svn/
|
|
|
|
|
|
|
|
# Git repositories
|
|
|
|
.git/
|
|
|
|
|
|
|
|
# Ignore the files and directory that Eclipse IDE creates
|
|
|
|
\.project$
|
|
|
|
\.cproject$
|
|
|
|
\.settings/
|
2019-10-04 10:32:00 +03:00
|
|
|
|
2023-12-13 21:29:28 +03:00
|
|
|
# Ignore the files and directories that JetBrains IDEs create
|
|
|
|
^\.idea/
|
2019-10-04 10:32:00 +03:00
|
|
|
\.iml$
|
2022-10-05 17:48:06 +03:00
|
|
|
|
|
|
|
# Ignore Storybook generated files
|
|
|
|
^mail/components/storybook/node_modules/
|
|
|
|
^mail/components/storybook/storybook-static/
|
2024-04-26 20:21:25 +03:00
|
|
|
^mail/components/storybook/.storybook/chrome-map.mjs
|
2023-10-05 08:20:31 +03:00
|
|
|
^mail/components/storybook/custom-elements.json
|
2023-02-09 13:39:19 +03:00
|
|
|
|
|
|
|
# Ignore third_party npm files
|
|
|
|
third_party/asn1js/node_modules/
|
2023-03-21 01:40:28 +03:00
|
|
|
|
|
|
|
# Ruff
|
|
|
|
\.ruff_cache/
|
2023-10-18 12:59:25 +03:00
|
|
|
|
|
|
|
# Built documentation
|
2023-12-13 21:29:28 +03:00
|
|
|
^rust/target/
|