Skip to content

Commit

Permalink
chore: migrate code from src to snippets and remove unused files (#795)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Jan 23, 2025
1 parent 08d74e7 commit cf83cfa
Show file tree
Hide file tree
Showing 36 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ next-env.d.ts
# Vercel
.vercel/

src/1password-to-apple-passwords/1password-data.json
snippets/1password-to-apple-passwords/1password-data.json
4 changes: 3 additions & 1 deletion configs.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { defineConfig } from '@donniean/configs';
export default defineConfig({
features: {
gitignore: {
ignorePatterns: ['src/1password-to-apple-passwords/1password-data.json'],
ignorePatterns: [
'snippets/1password-to-apple-passwords/1password-data.json',
],
},
gitattributes: true,
editorconfig: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint:tsc": "tsc --noEmit",
"pre-commit": "lint-staged --concurrent false",
"prepare": "husky",
"serve": "serve src/styles/"
"serve": "serve snippets/styles/"
},
"dependencies": {
"@notionhq/client": "^2.2.15",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"outDir": "dist/",
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
"@/*": ["snippets/*"]
}
},
"include": ["src/"]
"include": ["snippets/"]
}

0 comments on commit cf83cfa

Please sign in to comment.