Skip to content

Commit

Permalink
Merge pull request #1 from mnestorov/refactor
Browse files Browse the repository at this point in the history
Code refactoring
  • Loading branch information
mnestorov authored Nov 26, 2024
2 parents a9837a7 + 5d0850f commit 47e3176
Show file tree
Hide file tree
Showing 25 changed files with 2,709 additions and 1,433 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Files not to ignore
!.gitignore
!README.md

# Files to ignore
package-lock.json

# Ignore extensions
*.diff
*.err
*.orig
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache

# Ignore log files and databases
*.log
*.sql
*.sqlite

# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace

# Folders to ignore
.hg
.svn
.CVS
intermediate
.idea
cache
node_modules/
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

### 1.0 (2024.11.12)
- Initial release.
### 1.0.0 (2024.11.12)
- Initial release.

### 1.0.1 (2024.11.19)
- Code refactoring.
Loading

0 comments on commit 47e3176

Please sign in to comment.