Skip to content

Commit 75f46c4

Browse files
feat: ignore icons and docs directory Add icons and docs directory to .gitignore to prevent unnecessary commits.
1 parent 34b79a9 commit 75f46c4

File tree

1,154 files changed

+104773
-31829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,154 files changed

+104773
-31829
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.eslintrc.cjs

Lines changed: 0 additions & 18 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,6 @@
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-
101
node_modules
11-
commands
2+
icons
123
dist
13-
dist-ssr
14-
*.local
15-
16-
# Editor directories and files
17-
.vscode/*
18-
!.vscode/extensions.json
19-
.idea
204
.DS_Store
21-
*.suo
22-
*.ntvs*
23-
*.njsproj
24-
*.sln
25-
*.sw?
26-
27-
.env
28-
29-
index.cjs
30-
icons.cjs
31-
lazy-array.cjs
5+
pnpm-lock.yaml
6+
docs

.npmignore

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
node_modules
2-
package-lock.json
3-
LICENSE
4-
tsconfig.json
5-
commands
6-
src
2+
icons
3+
packages
74
.gitignore
8-
public
9-
dist
10-
LICENSE
11-
.env
5+
pnpm-lock.yaml
6+
.DS_Store
7+
docs
8+
tsup.config.ts

LICENSE

Lines changed: 0 additions & 23 deletions
This file was deleted.

LICENSE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
License for untitledui-js
2+
This license outlines the terms under which the untitledui-js library may be used. By using this library, you agree to the following conditions:
3+
4+
Usage Permissions
5+
6+
Personal and Commercial Use:
7+
The untitledui-js library is free to use in both personal and commercial projects.
8+
Provided "As-Is":
9+
The library is distributed on an "as-is" basis, without warranties or guarantees of any kind. The maintainers and contributors are not responsible for any issues or damages that may arise from its use.
10+
Prohibited Uses
11+
12+
Resale or Redistribution:
13+
The library may not be sold, resold, or redistributed as a standalone product.
14+
Forking and Republishing:
15+
Forking this library and republishing it as a separate library—whether under the same or a different name—is strictly prohibited. Forks may only be used for personal or organizational purposes.
16+
Extension of the Untitled UI Icons License
17+
18+
This library is an extension of the Untitled UI Icons License. All usage must comply with the terms and conditions outlined in the Untitled UI Icons License.
19+
20+
By using the untitledui-js library, you agree to adhere to the terms and restrictions specified above.
21+
22+
This version avoids unnecessary jargon, focusing on clarity and enforceability. Let me know if you'd like to adjust it further!

0 commit comments

Comments
 (0)