Initial Commit with ENVs, directory structures, cursor rules, etc
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
description:
|
||||
globs: *.php,*.js,*.css
|
||||
alwaysApply: false
|
||||
---
|
||||
.php files should use the following naming conventions:
|
||||
"classes": "PascalCase",
|
||||
"functions": "camelCase",
|
||||
"variables": "camelCase",
|
||||
"constants": "UPPER_SNAKE_CASE"
|
||||
|
||||
.js files should use the following naming conventions:
|
||||
"functions": "camelCase",
|
||||
"variables": "camelCase",
|
||||
"constants": "UPPER_SNAKE_CASE"
|
||||
|
||||
|
||||
.css files should us the following naming conventions:
|
||||
|
||||
"ids": "camelCase",
|
||||
|
||||
"classes": "kebab-case"
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description:
|
||||
globs:
|
||||
alwaysApply: true
|
||||
---
|
||||
This is a zero build project. We are not allowing packages to be installed or suggested for this project. No dependendcies on the backend/server side. On the front-end we will only allow CDN js and css files or libraries.
|
||||
|
||||
The following are allowed on the front-end: bootstrap|fontawesome|jquery
|
||||
Reference in New Issue
Block a user