chore(workspace): add auxillary files
unignore certain files+directories in .idea update something in .run/
This commit is contained in:
parent
2258f4e7e4
commit
3378cc24be
22
.idea/conventionalCommit.xml
Normal file
22
.idea/conventionalCommit.xml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="general">
|
||||||
|
<option name="completionType" value="TEMPLATE" />
|
||||||
|
<option name="customFilePath" value="C:\rockfic\abc-rockfic-v3\.idea\conventionalcommit.json" />
|
||||||
|
<commitTypes>
|
||||||
|
<entry providerId="e9ce9acf-f4a6-4b36-b43c-531169556c29" order="1" />
|
||||||
|
<entry providerId="e9d4e8de-79a0-48b8-b1ba-b4161e2572c0" order="0" />
|
||||||
|
</commitTypes>
|
||||||
|
<commitScopes>
|
||||||
|
<entry providerId="e9ce9acf-f4a6-4b36-b43c-531169556c29" order="1" />
|
||||||
|
<entry providerId="e9d4e8de-79a0-48b8-b1ba-b4161e2572c0" order="0" />
|
||||||
|
</commitScopes>
|
||||||
|
<commitSubjects>
|
||||||
|
<entry providerId="e9ce9acf-f4a6-4b36-b43c-531169556c29" order="0" />
|
||||||
|
</commitSubjects>
|
||||||
|
<commitFooterValues>
|
||||||
|
<entry providerId="e9ce9acf-f4a6-4b36-b43c-531169556c29" order="1" />
|
||||||
|
<entry providerId="e9d4e8de-79a0-48b8-b1ba-b4161e2572c0" order="0" />
|
||||||
|
</commitFooterValues>
|
||||||
|
</component>
|
||||||
|
</project>
|
98
.idea/conventionalcommit.json
Normal file
98
.idea/conventionalcommit.json
Normal file
@ -0,0 +1,98 @@
|
|||||||
|
{
|
||||||
|
"commonScopes": {
|
||||||
|
"api": {},
|
||||||
|
"db/models": {},
|
||||||
|
"composables": {},
|
||||||
|
"pages": {},
|
||||||
|
"nuxt": {},
|
||||||
|
"server/middleware": {},
|
||||||
|
"components": {},
|
||||||
|
"deps": {},
|
||||||
|
"client-side": {},
|
||||||
|
"config": {},
|
||||||
|
"workspace": {},
|
||||||
|
"typing": {},
|
||||||
|
"api/utils": {},
|
||||||
|
"server/utils": {},
|
||||||
|
"server/plugins": {},
|
||||||
|
"ci": {}
|
||||||
|
},
|
||||||
|
"types": {
|
||||||
|
"refactor": {
|
||||||
|
"description": "Changes which neither fix a bug nor add a feature"
|
||||||
|
},
|
||||||
|
"fix": {
|
||||||
|
"description": "Changes which patch a bug"
|
||||||
|
},
|
||||||
|
"feat": {
|
||||||
|
"description": "Changes which introduce a new feature",
|
||||||
|
"scopes": {
|
||||||
|
"api": {},
|
||||||
|
"pages": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"description": "Changes which affect the build system or external dependencies.<br>Example scopes: gulp, broccoli, npm",
|
||||||
|
},
|
||||||
|
"chore": {
|
||||||
|
"description": "Changes which are not user-facing"
|
||||||
|
},
|
||||||
|
"style": {
|
||||||
|
"description": "Changes which do not affect code logic, such as whitespaces, formatting, missing semicolons"
|
||||||
|
},
|
||||||
|
"test": {
|
||||||
|
"description": "Changes which add missing tests or fix existing ones"
|
||||||
|
},
|
||||||
|
"docs": {
|
||||||
|
"description": "Changes which affect documentation"
|
||||||
|
},
|
||||||
|
"perf": {
|
||||||
|
"description": "Changes which improve performance"
|
||||||
|
},
|
||||||
|
"revert": {
|
||||||
|
"description": "Changes which revert a previous commit"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"footerTypes": [
|
||||||
|
{
|
||||||
|
"name": "BREAKING-CHANGE",
|
||||||
|
"description": "The commit introduces breaking API changes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Closes",
|
||||||
|
"description": "The commit closes issues or pull requests"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Implements",
|
||||||
|
"description": "The commit implements features"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Author",
|
||||||
|
"description": "The commit's author"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Co-authored-by",
|
||||||
|
"description": "The specified person co-authored the commit's changes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Signed-off-by",
|
||||||
|
"description": "A signoff may certify that the committer has the rights to submit the work under the project's license or agrees to some contributor representation, such as a Developer Certificate of Origin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Acked-by",
|
||||||
|
"description": "The specified person liked the commit's changes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Reviewed-by",
|
||||||
|
"description": "The specified person reviewed and is completely satisfied with the commit's changes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tested-by",
|
||||||
|
"description": "The specified person applied the commit's changes and found them to have the desired effect"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Refs",
|
||||||
|
"description": "The commit references another commit by its hash ID.<br>For multiple hash IDs, use a comma as separator"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
4
.idea/fileTemplates/API route (logged in).ts
Normal file
4
.idea/fileTemplates/API route (logged in).ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export default eventHandler(async (ev) => {
|
||||||
|
#parse("incLoggedIn.ts")
|
||||||
|
#[[$END$]]#
|
||||||
|
})
|
3
.idea/fileTemplates/API route.ts
Normal file
3
.idea/fileTemplates/API route.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default eventHandler(async (ev) => {
|
||||||
|
#[[$END$]]#
|
||||||
|
})
|
1
.idea/fileTemplates/includes/incLoggedIn.ts
Normal file
1
.idea/fileTemplates/includes/incLoggedIn.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
isLoggedIn(ev);
|
3
.idea/fileTemplates/model.ts
Normal file
3
.idea/fileTemplates/model.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
import {Schema, PopulatedDoc, Document, Model, model} from "mongoose";
|
||||||
|
|
||||||
|
#[[$END$]]#
|
7
.idea/fileTemplates/page.vue
Normal file
7
.idea/fileTemplates/page.vue
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
#[[$END$]]#
|
||||||
|
</template>
|
@ -1,5 +1,5 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="server: nuxt" type="NodeJSConfigurationType" application-parameters="dev" path-to-js-file="$PROJECT_DIR$/node_modules/nuxi/bin/nuxi.mjs" working-dir="$PROJECT_DIR$">
|
<configuration default="false" name="server: nuxt" type="NodeJSConfigurationType" application-parameters="dev" path-to-js-file="node_modules/nuxi/bin/nuxi.mjs" working-dir="$PROJECT_DIR$">
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
Loading…
Reference in New Issue
Block a user