From f48f1c052acb7b87dd9ca778d7bc9db5a295f7d8 Mon Sep 17 00:00:00 2001 From: Your NameAntoine Date: Mon, 3 Oct 2022 08:43:48 +0200 Subject: [PATCH] adding post type details --- .gitignore | 2 ++ includes/post_types.php | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index fe97113..aa4e0e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /node_modules /.idea /.vscode +.DS_Store +*/.DS_Store \ No newline at end of file diff --git a/includes/post_types.php b/includes/post_types.php index 01487a7..04259ea 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -1,4 +1,10 @@