Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ruidazeng authored Dec 27, 2024
1 parent f6c051f commit 6f0abf4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Logs
*.log

# Dependency directories
node_modules/
/vendor

# System files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.swp

# Build artifacts (if using a static site generator)
public/
dist/
_build/

# User-specific configuration files
*.env
.env.local

# GitHub Pages output
_site/

# Exclude IDE/editor config files
.vscode/
.idea/
*.iml

0 comments on commit 6f0abf4

Please sign in to comment.