Skip to content

Commit

Permalink
v1.1.2 Source Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarxzer committed Mar 15, 2024
1 parent 6276f6d commit 0c2d297
Show file tree
Hide file tree
Showing 16 changed files with 11,905 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore /node_modules/ and /dist/ directories

node_modules
dist
.vscode
22 changes: 22 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Dependency directories
node_modules/

# Generated files
dist/
build/
.DS_Store

# Optional npm cache directory
.npm

# IDEs and editors
.idea
*.sublime-workspace
.vscode/*
2 changes: 0 additions & 2 deletions bundle.js

This file was deleted.

17 changes: 0 additions & 17 deletions bundle.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion index.html

This file was deleted.

Loading

0 comments on commit 0c2d297

Please sign in to comment.