Skip to content

Commit

Permalink
Added gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 committed Dec 16, 2024
1 parent 32fb752 commit d17f72b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Node.js dependencies
node_modules/
package-lock.json

# Logs and temp files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env

# Netlify functions build
.netlify/functions/

# VSCode settings (if applicable)
.vscode/

# MacOS system files
.DS_Store

# Linux/Mac temporary files
*.swp
*.swo

0 comments on commit d17f72b

Please sign in to comment.