File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 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 /
Original file line number Diff line number Diff line change 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...
You can’t perform that action at this time.
0 commit comments