diff --git a/.env b/.env new file mode 100644 index 0000000..7a83e98 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +NEXT_PUBLIC_PROJECT_NAME="Next App Boilerplate Project Name" +NEXT_PUBLIC_PROJECT_DESCRIPTION="Your description of your project here" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 88b6f0d..980cc55 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ # misc .DS_Store *.pem +ideas.txt # debug npm-debug.log* diff --git a/.stylelintrc b/.stylelintrc index f62d672..4058e7a 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,11 +1,10 @@ { - "plugins": [ - "stylelint-scss" - ], + "plugins": ["stylelint-scss"], "extends": [ "stylelint-config-standard-scss", "stylelint-config-prettier-scss" - ], "rules": { + ], + "rules": { "property-no-vendor-prefix": null, "comment-empty-line-before": "never", "comment-no-empty": null,