Skip to content

Commit

Permalink
Merge pull request #1 from rofazayn/v0.0.1-alpha
Browse files Browse the repository at this point in the history
feat: deploy v0.0.1-alpha candidate
  • Loading branch information
ChargilyDev authored Mar 9, 2024
2 parents 8d93215 + f18ec60 commit 07b93de
Show file tree
Hide file tree
Showing 11 changed files with 2,147 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Dependency directory
node_modules/

# Build outputs
lib/
dist/

# TypeScript cache
*.tsbuildinfo

# Environment configuration files
.env

# IDE-specific files and directories
.vscode/
.idea/
*.swp
*.swo

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE
.vscode
Loading

0 comments on commit 07b93de

Please sign in to comment.