-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,27 @@ | ||
# Visual Studio Code and WebStorm Configuration | ||
.vscode/ | ||
.idea/ | ||
# Ignore files and folders for npm package | ||
|
||
# System Files and Directories | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# Local Configuration Files | ||
.env | ||
.env.local | ||
.env.*.local | ||
# GitHub actions | ||
.github/workflows | ||
|
||
# TypeScript Source Code | ||
src/ | ||
*.tsx | ||
# Husky configuration | ||
.husky | ||
|
||
# Compiled JavaScript | ||
dist/ | ||
# Node modules | ||
node_modules | ||
|
||
# Test Files | ||
test/ | ||
*.spec.ts | ||
*.test.ts | ||
*.test.tsx | ||
# Test files | ||
tests | ||
|
||
# Development and Configuration Files | ||
.github/workflows | ||
.husky | ||
docs | ||
# Linter configurations | ||
.eslintrc.json | ||
.lintstagedrc.json | ||
.prettierrc.json | ||
|
||
# TypeScript configuration | ||
tsconfig.json | ||
|
||
# Vite configuration | ||
vite.config.ts | ||
|
||
# npm | ||
.npmignore |