diff --git a/.gitignore b/.gitignore index 8f322f0..b27a550 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts +branch_structure.json +temp_auto_push.bat +temp_interactive_push.bat diff --git a/README.md b/README.md index 05c6f34..ea50a5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # NextJS 13.4 Example App! - Simple CRUD app to showcase how to use 13.4 app router - Tech Stack @@ -6,7 +6,3 @@ - fontawesome - MongoDB - Mongoose - -## Contact! -- YouTube Clarity Coders -- Chat with me! Discord diff --git a/postcss.config.js b/postcss.config.js index 33ad091..12a703d 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -3,4 +3,4 @@ module.exports = { tailwindcss: {}, autoprefixer: {}, }, -} +};