Skip to content

Commit 1e9d367

Browse files
authored
Fix: Exclude examples directory from version control (#2)
To keep the repository clean and focused on the source code, this commit updates .gitignore and .npmignore to exclude the examples directory. The examples directory contains real-world usage examples of the library, which are not necessary for the package functionality but useful for developers. By excluding these files from version control, we minimize the package size and streamline the development process.
1 parent 486647a commit 1e9d367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.gitignore
22
.git/
33
node_modules/
4-
npm-debug.log
4+
npm-debug.log
5+
examples/

0 commit comments

Comments
 (0)