diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39750f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# All dotfiles +.* +# with the exception of these: +!.editorconfig +!.gitattributes +!.github +!.gitignore +!.pre-commit-config.yaml + +# Other ignores +node_modules