diff --git a/conf/.gitignore b/conf/.gitignore index cca97265..a7436356 100644 --- a/conf/.gitignore +++ b/conf/.gitignore @@ -1,3 +1,4 @@ librewolf.overrides.cfg.js wireplumber autostart +pre-commit-config.yaml diff --git a/conf/pre-commit-config.yaml b/conf/pre-commit-config.yaml new file mode 120000 index 00000000..da406220 --- /dev/null +++ b/conf/pre-commit-config.yaml @@ -0,0 +1 @@ +../.pre-commit-config.yaml \ No newline at end of file diff --git a/rc/.gitignore b/rc/.gitignore new file mode 100644 index 00000000..a4674492 --- /dev/null +++ b/rc/.gitignore @@ -0,0 +1 @@ +prettierrc diff --git a/rc/prettierrc b/rc/prettierrc new file mode 120000 index 00000000..5b5fb8c8 --- /dev/null +++ b/rc/prettierrc @@ -0,0 +1 @@ +../.prettierrc \ No newline at end of file