# .gitignore - List of filenames git should ignore # Filenames that should be ignored wherever they appear *~ *.pyc *.pyo TAGS tags .DS_Store # User files that may appear at the root ID #treestate .treestate # Build directories /obj*/ .mozilla-trunk # SVN directories .svn/ # Git repositories .git/ # Ignore the files and directory that Eclipse IDE creates .project .cproject .settings/ # Ignore the files and directories that JetBrains IDEs create .idea/ *.iml # Ignore Storybook generated files mail/components/storybook/node_modules/ mail/components/storybook/storybook-static/ mail/components/storybook/.storybook/chrome-map.mjs mail/components/storybook/custom-elements.json # Ignore third_party npm files third_party/asn1js/node_modules/ # Ruff .ruff_cache/ # Built Rust artifacts rust/target/ rust/ms_graph_tb/ms_graph_tb_extract/target/ # Generated by hg or patch (e.g. revert, failed patch, ...) *.orig *.rej # User files that may appear at the root /.clang-tidy /.clangd /.mozconfig* /mozconfig* /.moz-fast-forward /.moz-vendoring /old-configure /config.cache /config.log /.clang_complete /machrc /.machrc # Ignore Visual Studio/Visual Studio Code workspace files. .vs/ .vscode/ *.user # Ignore Zed editor configuration files. .zed/