-
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.
removed animations and added gitignore
- Loading branch information
Pavan Chandra
committed
Feb 15, 2025
0 parents
commit 156dd36
Showing
4 changed files
with
1,803 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Dependencies | ||
node_modules/ | ||
package-lock.json | ||
yarn.lock | ||
|
||
# Environment files | ||
.env | ||
.env.local | ||
.env.*.local | ||
|
||
# IDE/Editor specific | ||
.vscode/ | ||
.idea/ | ||
*.sublime-project | ||
*.sublime-workspace | ||
|
||
# OS generated files | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# Build/Deploy directories | ||
dist/ | ||
build/ | ||
out/ | ||
|
||
# Debug logs | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Optional: Uncomment if using these tools | ||
# coverage/ | ||
# .nyc_output/ | ||
# .next/ | ||
# .nuxt/ | ||
|
||
# Project specific | ||
assets/images/ | ||
*.log |
Oops, something went wrong.