Skip to content

Commit 526d006

Browse files
committed
chore: init
0 parents commit 526d006

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
# Editor directories and files
11+
.vscode/*
12+
!.vscode/extensions.json
13+
.idea
14+
.DS_Store
15+
*.suo
16+
*.ntvs*
17+
*.njsproj
18+
*.sln
19+
*.sw?
20+
21+
node_modules
22+
.pnp.*
23+
.yarn/*
24+
!.yarn/patches
25+
!.yarn/plugins
26+
!.yarn/releases
27+
!.yarn/sdks
28+
!.yarn/versions
29+
30+
# Build directories and files
31+
/cosmos-export
32+
/lib
33+
/.rollup.cache
34+
*.local
35+
*.tsbuildinfo
36+
*.backup.json
37+
38+
# draft code
39+
/src/hooks/_draft/

LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Ruslan Martynov
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy...

0 commit comments

Comments
 (0)