Skip to content

Commit

Permalink
removed animations and added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan Chandra committed Feb 15, 2025
0 parents commit 156dd36
Show file tree
Hide file tree
Showing 4 changed files with 1,803 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .gitignore
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
Loading

0 comments on commit 156dd36

Please sign in to comment.